From e358fe4d41a0f5c38d0a9133ab3e4a709698bda9 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 14 Mar 2007 17:47:00 +0000 Subject: 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 --- cpp/README-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp') 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 (3.2.3) + * gcc (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. == -- cgit v1.2.1