mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
README: Suggest "sudo" for "make install"
This commit is contained in:
committed by
Brad King
parent
88ef5737a2
commit
33632898e9
@@ -62,7 +62,7 @@ within the CMake source directory or any other build directory of your
|
||||
choice. Once this has finished successfully, run ``make`` and
|
||||
``make install``. In summary::
|
||||
|
||||
$ ./bootstrap && make && make install
|
||||
$ ./bootstrap && make && sudo make install
|
||||
|
||||
Windows
|
||||
^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user