Author: rhs
Date: Wed Oct 24 11:59:32 2012
New Revision: 1401638
URL: http://svn.apache.org/viewvc?rev=1401638&view=rev
Log:
updated README with note about root privileges
Modified:
qpid/proton/trunk/proton-c/README
Modified: qpid/proton/trunk/proton-c/README
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/README?rev=1401638&r1=1401637&r2=1401638&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/README (original)
+++ qpid/proton/trunk/proton-c/README Wed Oct 24 11:59:32 2012
@@ -25,7 +25,14 @@ From the directory where you found this
# depending on your system you may want to adjust the install prefix
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
- # omit the docs target if you do not wish to install documentation
- make all docs install
+ # omit the docs target if you do not wish to build or install
+ # documentation
+ make all docs
-Note that all installed files are stored in the install_manifest.txt file.
+ # note that if you have configured cmake with a system prefix such
+ # as the one show above (/usr), this step will require root
+ # privileges
+ make install
+
+Note that all installed files are stored in the install_manifest.txt
+file.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]