summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-03-14 17:47:00 +0000
committerAlan Conway <aconway@apache.org>2007-03-14 17:47:00 +0000
commite358fe4d41a0f5c38d0a9133ab3e4a709698bda9 (patch)
treecb219a1e0f5d2641a8031aac9dc3e42c7cb4b0b9
parent9ecf507f2afff80397b061defcc49e430d07f711 (diff)
downloadqpid-python-e358fe4d41a0f5c38d0a9133ab3e4a709698bda9.tar.gz
Merged revisions 506972 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r506972 | rgreig | 2007-02-13 06:21:23 -0500 (Tue, 13 Feb 2007) | 1 line (Submitted by Rupert Smith) Small ommission corrected. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518234 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/README-build3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/README-build b/cpp/README-build
index 1df608d862..d9e141d555 100644
--- a/cpp/README-build
+++ b/cpp/README-build
@@ -11,7 +11,7 @@ Redhat Linux 3, will almost certainly require some packages to be upgraded.
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 @@ Installing and building packages not as root:
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. ==