You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2013/04/01 16:27:37 UTC

svn commit: r1463146 - /qpid/trunk/qpid/cpp/INSTALL

Author: aconway
Date: Mon Apr  1 14:27:37 2013
New Revision: 1463146

URL: http://svn.apache.org/r1463146
Log:
QPID-4686: Mention ldconfig in cpp/INSTALL instructions

Modified:
    qpid/trunk/qpid/cpp/INSTALL

Modified: qpid/trunk/qpid/cpp/INSTALL
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/INSTALL?rev=1463146&r1=1463145&r2=1463146&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/INSTALL (original)
+++ qpid/trunk/qpid/cpp/INSTALL Mon Apr  1 14:27:37 2013
@@ -166,23 +166,28 @@ For example:
 
 3. Building from a Source Distribution
 ======================================
-In the distribution directory, build and install with:
+In the cpp distribution directory, build the code with:
 
  # mkdir BLD       # This is just a suggested name for the build directory
  # cd BLD
  # cmake ..        # ".." is the path to the distribution directory
  # make all
- # make install
 
-To build and test everything:
+To run the tests:
 
- # make
  # make test
 
-This builds in the source tree. You can have multiple builds in the
-same working copy with different configuration. For example you can do
-the following to build twice, once for debug, the other with
-optimization:
+To install:
+
+ # make install
+
+When installing in Unix system directories (/usr/lib, /usr/local/lib) also do:
+
+ # ldconfig
+
+You can have multiple builds in the same working copy with different
+configuration. For example you can do the following to build twice, once for
+debug, the other with optimization:
 
  # mkdir BLD-dbg BLD-opt
  # (cd BLD-dbg; cmake -DCMAKE_BUILD_TYPE=Debug .. && make )
@@ -193,6 +198,9 @@ Debug, Release, MinSizeRel, DebWithRelIn
 set of build flags for respectively debug; release; minimum size release; release
 with debug information.
 
+To see and edit all the available cmake options:
+
+ # cmake-gui ..    # ".." is the path to the distribution directory
 
 4. Building a Repository Working Copy
 =====================================



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org