davidgfnet/whatsapp-purple

Some "How to" for build source code ????

inthemix84 opened this issue · 2 comments

Hello, there are some instructive to compile the source code ¨ and to indicate the dependencies that must tner installed ¨ Thanks

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

Excelent, building OK! in Ubuntu 15.10 x64

Thank