-
Notifications
You must be signed in to change notification settings - Fork 0
Build Guide
aidandenlinger edited this page May 4, 2022
·
2 revisions
mkdir build
cd build
conan install .. -s build_type=Release --build missing
cmake ..-
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.


