nurupo / ProjectTox-Qt-GUI

A cross-platform front end for ProjectTox Core library, written in C++11 with use of Qt5
GNU General Public License v3.0
341 stars 116 forks source link

Install in Fedora #32

Closed AlexTalker closed 11 years ago

AlexTalker commented 11 years ago

You client not see libsodium, if this libray not installed in /lib64/ (or not created symlink). Added in manual it's problem.

nurupo commented 11 years ago

That's not a problem of the client, it's your system not knowing about libsodium being installed, since qmake asks a system if it has libsodium installed. Usually after every installation of a library sudo ldconfig is required to let the system aware of newly installed libraries.