Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 580 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 580 Bytes

cse125-sp22-group4

Build

mkdir build
cd build
conan install .. -s build_type=Release --build missing
cmake ..
bash ../build.sh

Visual Studio Setup

  • Inside build directory, there would be cse125-sp22-group4.sln.
  • Inside visual studio, right click on the solution to set startup projects.
  • Select Server and Client as startup projects, and place Server before Client.
  • On the top menu, change compile option to Release and x64.