##Simple Chat Client Simple Chat Client is a lightweight and simple program which allows talking in the czat.onet.pl without using a browser or java.
The program of the assumptions is small, lightweight and stable client.
- Download Windows Installer from http://simplechatclient.github.io/download
- Run downloaded installer
- Download Debian Installer from http://simplechatclient.github.io/download
- Run downloaded installer
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Example Environment variables for development:
PATH
c:\Qt\5.4\mingw491_32\bin;c:\Qt\Tools\mingw491_32\bin;C:\Program Files (x86)\CMake\bin;
QT_DIR
c:\Qt\5.4\mingw491_32\bin\
cmake make pkg-config g++ libssl-dev libqca2(>=2.1.0) qtbase5-dev qttools5-dev qttools5-dev-tools
libqt5gui5-dev libqt5dbus5-dev libqt5core5-dev libqt5xml5-dev libqt5webkitwidgets5-dev libqt5webkit5-dev libqt5network5-dev libqt5multimedia5-dev libqt5widgets5-dev libqt5sql5-dev libqt5qml5-dev libqt5quick5-dev libqt5sensors5-dev libqt5positioning5-dev libqt5opengl5-dev libqt5printsupport5-dev libqt5multimediawidgets5-dev libqt5webchannel5-dev libqt5svg5-dev
Install qca plugin from https://projects.kde.org/projects/kdesupport/qca/repository
We need qca build with Qt5 support. Current version from packages is with Qt4 support.
$ git clone git://anongit.kde.org/qca
$ cd qca
$ cmake .
$ make
$ sudo make install
If you want to use "cmake" with custom options, type::
cmake . [options]
make
make install
On Windows "make install" does not fully work. Edit cmake options in compile.bat instead.
-DWIN32_QCA2_DIR=DIR
compile with custom libQCA path i.e.: -DWIN32_QCA2_DIR=C:\QCA2
-DCMAKE_BUILD_TYPE=Debug
compile with full debug