From 33632898e9a831931fdb96089a244f53cdc37caf Mon Sep 17 00:00:00 2001 From: David Demelier Date: Wed, 17 Oct 2018 10:53:03 +0200 Subject: [PATCH] README: Suggest "sudo" for "make install" --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1e8561abcd5..775463e9fe7 100644 --- a/README.rst +++ b/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 ^^^^^^^