You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rg...@apache.org on 2007/02/13 12:21:31 UTC

svn commit: r506972 - /incubator/qpid/trunk/qpid/cpp/README-build

Author: rgreig
Date: Tue Feb 13 03:21:23 2007
New Revision: 506972

URL: http://svn.apache.org/viewvc?view=rev&rev=506972
Log:
(Submitted by Rupert Smith) Small ommission corrected.

Modified:
    incubator/qpid/trunk/qpid/cpp/README-build

Modified: incubator/qpid/trunk/qpid/cpp/README-build
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/README-build?view=diff&rev=506972&r1=506971&r2=506972
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/README-build (original)
+++ incubator/qpid/trunk/qpid/cpp/README-build Tue Feb 13 03:21:23 2007
@@ -11,7 +11,7 @@
 
 Qpid can be built using the gcc compiler:
 
- # gcc     <http://gcc.gnu.org/>            (3.2.3)
+ * gcc     <http://gcc.gnu.org/>            (3.2.3)
 
 Qpid is compiled against libraries:
 
@@ -108,6 +108,7 @@
  the path. For example:
 
  # export PATH=~/jdk1.5.0_11/bin:$PATH
+ # export JAVA_HOME=~/jdk1.5.0_11/
 
 == Obtaining a source code checkout from subversion. ==