Initial commit
This commit is contained in:
parent
815933c4fa
commit
5f9eb39b37
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
Loading…
Reference in a new issue