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
ServerandClientas startup projects, and placeServerbeforeClient. - On the top menu, change compile option to
Releaseandx64.