mkdir build
,cd build
,cmake ..
- To install normal way type:
cmake --build .
- To delete all files needed for build, except executables, type:
cmake --build . --target clear
- Launch server by doing: For Windows
.\server
, For Linux./server
. Enter port in which start server(default port is 8080). - Launch client by doing: For Windows
.\client
, For Linux./client
. Enter IP and Port of the server you connecting to(this information is displayed on server screen).
If you found any bugs in program, please create new issue on the Issues page.