Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 701 Bytes

File metadata and controls

14 lines (11 loc) · 701 Bytes

Requirements

  • g++
  • cmake

Installation

  • 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

Usage

  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.