Windows version
Source code
Prerequisite to compile on Windows
Prerequisite to compile on Linux Debian
apt-get install libqt4-gui libqt4-dev
apt-get install libpcap0.8 libpcap0.8-dev
Compilation
tar zxvf plc-0.1.4.tar.gz
cd plc-0.1.4
qmake
make
Internationalisation (i18n)
If you want to have plc in your language, install qt developpment platform on Windows or Linux and do :
- update plc.pro with your language (copy on fr example)
- lupdate plc.pro
- linguist
- lrelease plc.pro
- send the result (the ".ts" file) to me
Many thanks to:
- Alexandre for the nice logo
- Serge for helping me on C++
- Easyvisio to have accepted to release plc under GPL.