Author: rhs
Date: Thu Oct 25 10:12:46 2012
New Revision: 1402079
URL: http://svn.apache.org/viewvc?rev=1402079&view=rev
Log:
tweaked the README language
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=1402079&r1=1402078&r2=1402079&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/README (original)
+++ qpid/proton/trunk/proton-c/README Thu Oct 25 10:12:46 2012
@@ -48,16 +48,17 @@ From the directory where you found this
mkdir build
cd build
- # depending on your system you may want to adjust the install prefix
+ # Set the install prefix. You may need to adjust depending on your
+ # system.
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
- # omit the docs target if you do not wish to build or install
- # documentation
+ # Omit the docs target if you do not wish to build or install
+ # documentation.
make all docs
- # note that if you have configured cmake with a system prefix such
+ # Note that if you have configured cmake with a system prefix such
# as the one show above (/usr), this step will require root
- # privileges
+ # privileges.
make install
Note that all installed files are stored in the install_manifest.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]