summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-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. ==