Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 248 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 248 Bytes

building the client

mkdir build-client && cd build-client
cmake ../Client
make -j`nproc`

building the server

mkdir build-server && cd build-server
cmake ../Server
make -j`nproc`