Skip to content

Visual Studio Setup

Cong edited this page May 21, 2017 · 1 revision

Note: these instructions are for Visual Studio pre-2017. 2017 contains CMake integrated, so CMake itself is not required.

Prerequisites

Run CMake

  1. Run CMake: for "Where is the source code:" and "Where to build the binaries:" input C:\cdogs-sdl

  2. Click "Configure", choosing Visual Studio 2013; click Finish

  3. Click "Generate"; you should now see Visual Studio projects in C:\cdogs-sdl.

Visual Studio

  1. Open C:\cdogs-sdl\cdogs-sdl.sln

  2. Set the cdogs-sdl project as the startup project

  3. Press F5 to compile and run. You are ready to go!