- lastest update: 2017-09-05
other language: 简体中文
P2PChat-Qt , a Qt demo for my Computer Network project.
Get different version download link,click here
sudo apt install g++ qt5-default qt5-qmake
Method One
bash build.sh
(or just double click the file,it depends on your system.)
and then enter your password to continue.The program will start up automatically.
Method Two
mkdir build
cd build
qmake ../src
make
./p2pchat-qt
Document available in this folder (/docs/en).
compile-clarification.md
will gives you suggestion in choosing Qt version.
source-code-clarification.md
will giveyou information about different folders.