For compiling Server and Client go to their folder and run this command :
make
- Note: You should install gcc compiler first.
Then for run just use these commands in server and client repositories :
./server server_port
./client server_port
For compiling Server and Client go to their folder and run this command :
make
Then for run just use these commands in server and client repositories :
./server server_port
./client server_port