Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 273 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 273 Bytes

Build Steps

On linux/mac:

make;
./server;

On windows install wsl and follow the steps as above

If make is not installed do

sudo apt install make

then follow the instructions in block.