Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 669 Bytes

File metadata and controls

9 lines (8 loc) · 669 Bytes

How to install

  • 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

How to use

  1. Launch server by doing: For Windows .\server, For Linux ./server. Enter port in which start server(default port is 8080).
  2. 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.