davidgfnet / whatsapp-purple

WhatsApp protocol implementation for libpurple (pidgin)
856 stars 211 forks source link

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

Closed inthemix84 closed 8 years ago

inthemix84 commented 8 years ago

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

Myppomeu commented 8 years ago

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 8 years ago

Excelent, building OK! in Ubuntu 15.10 x64

Thank