Просмотр исходного кода

Merge topic 'improve-readme'

33632898e9 README: Suggest "sudo" for "make install"

Acked-by: Kitware Robot <[email protected]>
Merge-request: !2493
Brad King 7 лет назад
Родитель
Сommit
4fc8e8b023
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.rst

+ 1 - 1
README.rst

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