From 5f9eb39b3701bb114207253e6b6f377f3e386217 Mon Sep 17 00:00:00 2001 From: Nico Schertler Date: Thu, 6 Sep 2018 15:16:04 +0200 Subject: [PATCH] Initial commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73601a9..a4a4b40 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ Under Unix, you could employ the command line like follows: cmake .. make -After this approach, you find the compiled applications under `cg1/build/bin`. +After this, you find the compiled applications under `cg1/build/bin`. On Windows / Visual Studio, you can use the CMake GUI. After cloning the repository, open the CMake GUI and set *Where is the source code* to the cloned directory. Set *Where to build the binaries* to a new subfolder `build`. Click *Configure* and select the desired Visual Studio Version. Then, click *Configure* and *Open Project* to generate and open the project in Visual studio. Finally, choose the desired startup project (Exercise1-4) and compile and run. \ No newline at end of file