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:
Brad King
2023-07-28 14:49:48 +00:00
committed by Kitware Robot

View File

@@ -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
^^^^^^^