mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 18:58:34 -06:00
Merge topic 'readme-bootstrap'
803a79dd69 README: Update bootstrap example to use 'build' directory under source
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Craig Scott <craig.scott@crascit.com>
Merge-request: !8662
This commit is contained in:
@@ -68,8 +68,8 @@ you can build directly in the source tree::
|
||||
Or, if you plan to develop CMake or otherwise run the test suite, create
|
||||
a separate build tree::
|
||||
|
||||
$ mkdir cmake-build && cd cmake-build
|
||||
$ ../cmake-source/bootstrap && make
|
||||
$ mkdir build && cd build
|
||||
$ ../bootstrap && make
|
||||
|
||||
Windows
|
||||
^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user