This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  4fc8e8b023c4ebce94a8baacbc086b72ec399aba (commit)
       via  33632898e9a831931fdb96089a244f53cdc37caf (commit)
      from  78681bf001f4f29cf2f452327587669078a39461 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4fc8e8b023c4ebce94a8baacbc086b72ec399aba
commit 4fc8e8b023c4ebce94a8baacbc086b72ec399aba
Merge: 78681bf 3363289
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Wed Oct 17 18:11:13 2018 +0000
Commit:     Kitware Robot <kwro...@kitware.com>
CommitDate: Wed Oct 17 14:11:18 2018 -0400

    Merge topic 'improve-readme'
    
    33632898e9 README: Suggest "sudo" for "make install"
    
    Acked-by: Kitware Robot <kwro...@kitware.com>
    Merge-request: !2493


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=33632898e9a831931fdb96089a244f53cdc37caf
commit 33632898e9a831931fdb96089a244f53cdc37caf
Author:     David Demelier <mark...@malikania.fr>
AuthorDate: Wed Oct 17 10:53:03 2018 +0200
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Wed Oct 17 14:09:51 2018 -0400

    README: Suggest "sudo" for "make install"

diff --git a/README.rst b/README.rst
index 1e8561a..775463e 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
 ^^^^^^^

-----------------------------------------------------------------------

Summary of changes:
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
https://cmake.org/mailman/listinfo/cmake-commits

Reply via email to