Skip to content

Commit

Permalink
[doc] Remove note about CMake UI problems
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni committed Jun 19, 2022
1 parent 6623321 commit bea8a34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions documentation/source/development/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ If you have `Ninja build system <https://ninja-build.org/>`__ installed, you can
# Build all targets
\> cmake --build ./cmake-build-debug/
.. note::
If you use CMake GUI add `CMAKE_BUILD_TYPE` with value `Debug` or `Release`. `#228 <https://github.com/inexorgame/vulkan-renderer/issues/228>`__.

- Choose any IDE that CMake can generate a project map for. If in doubt use `Visual Studio 2019 <https://visualstudio.microsoft.com/>`__.
- Clone the source code. Free and good tools are `GitHub Desktop <https://desktop.github.com/>`__ or `GitKraken Git GUI <https://www.gitkraken.com/git-client>`__.
- Open CMake and select the root folder which contains ``CMakeLists.txt`` (not just ``src`` folder!).
Expand Down

0 comments on commit bea8a34

Please sign in to comment.