Some "How to" for build source code ????
inthemix84 opened this issue · 2 comments
inthemix84 commented
Hello, there are some instructive to compile the source code ¨ and to indicate the dependencies that must tner installed ¨ Thanks
Myppomeu commented
For Debian 8:
apt install protobuf-compiler libprotobuf-dev libfreeimage-dev libfreeimage3 libpurple-dev libpurple0
git clone https://github.com/davidgfnet/whatsapp-purple
cd ./whatsapp-purple
make
checkinstall
inthemix84 commented
Excelent, building OK! in Ubuntu 15.10 x64
Thank