mkdir build
cd build
conan install .. -s build_type=Release --build missing
cmake ..
bash ../build.sh
- Inside build directory, there would be
cse125-sp22-group4.sln
. - Inside visual studio, right click on the solution to set startup projects.
- Select
Server
andClient
as startup projects, and placeServer
beforeClient
. - On the top menu, change compile option to
Release
andx64
.