ypingcn / P2PChat-Qt

A Qt demo for p2p LAN chat and file transmission

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

P2PChat-Qt

  • lastest update: 2017-09-05

other language: 简体中文

Summary

P2PChat-Qt , a Qt demo for my Computer Network project.

Download

Get different version download link,click here

Compile Dependency

sudo apt install g++ qt5-default qt5-qmake

Compile Process

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

Run

  • ./p2pchat-qt

Document

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.

About

A Qt demo for p2p LAN chat and file transmission

License:GNU General Public License v3.0


Languages

Language:C++ 93.1%Language:QMake 4.9%Language:Makefile 1.7%Language:Shell 0.3%