Skip to content

Commit

Permalink
Update Getting Started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadSulaiman001 committed Nov 26, 2023
1 parent 2eef4d1 commit c6c67ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ git clone https://github.com/JoeyDeVries/LearnOpenGL
cd LearnOpenGL
mkdir build && cd build # create/move to build directory
cmake .. # build the build system :)
cmake --build . # build all the projects, might take few minutes!
# cmake --build . --target 1.getting_started__2.1.hello_triangle # builds only this target
msbuild LearnOpenGL.sln # It took 4 minutes on my device to build all the projects
cd ..\bin # move to output location
explorer . # open in windows explorer!
# now, you can check project's output, run .exe files
Expand All @@ -71,4 +70,4 @@ Great, you have built/run many opengl projects, without writing any C++ code (or

[^1]: Please note that the following configuration is not opengl-specific!
[^2]: If you have some other C++ compiler installed (ex. MinGW, CLang, etc..) please uninstall them before installing VS (this will avoid you some CMake errors)
[^3]: There might be 2 paths, one for visual studio and one for .NetFramework, choose the visual studio one.
[^3]: There might be 2 paths, one for visual studio and one for .NetFramework, choose the visual studio one.

0 comments on commit c6c67ac

Please sign in to comment.