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

Update the install guide. #35

Closed diantahoc closed 11 years ago

diantahoc commented 11 years ago

You should mention that you need automake and libtool in order to compile libsodium.

They can be installed in debian by the following:

apt-get install automake libtool