Skip to main content

Build

Please click on the generator you used.

Visual Studio​

  1. In your build folder, open the sln file with Visual Studio or click Open Project in the CMake GUI.

  2. Open the Solution Explorer, right click on your project and click Build.

Makefile​

Open the command line or terminal, for example, CMD or Shell. Use cd to go to your build folder/directory and use the make command.

cd build
make

Other​

If other, go to your favorite search engine and look up How to compile using X and replace X with whatever generator you chose.