Skip to content

Build Guide

aidandenlinger edited this page May 4, 2022 · 2 revisions

Overview

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

Visual Studio Setup

  • Inside build directory, there would be cse125-sp22-group4.sln. Build Dir

  • Inside visual studio, right click on the solution to set startup projects.
    Startup Projects

  • Select Server and Client as startup projects, and place Server before Client.
    Startup Projects

  • On the top menu, change compile option to Release and x64.

Clone this wiki locally