diff options
author | David Demelier <markand@malikania.fr> | 2018-10-17 08:53:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-17 18:09:51 (GMT) |
commit | 33632898e9a831931fdb96089a244f53cdc37caf (patch) | |
tree | 978dbbb3798258026d372db6ca951b946daa0f13 /README.rst | |
parent | 88ef5737a25b40ce738041b8f9e00df20a131eb6 (diff) | |
download | CMake-33632898e9a831931fdb96089a244f53cdc37caf.zip CMake-33632898e9a831931fdb96089a244f53cdc37caf.tar.gz CMake-33632898e9a831931fdb96089a244f53cdc37caf.tar.bz2 |
README: Suggest "sudo" for "make install"
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ^^^^^^^ |