Run make
to build the project. The output will be in the build
directory.
To clean up the build directory, run make clean
.
Run the server with the following command:
./build/server 6666
And the client with the following command:
./build/client localhost 6666