diff options
| author | Alan Conway <aconway@apache.org> | 2006-10-16 17:36:08 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2006-10-16 17:36:08 +0000 |
| commit | 7f678afb5661f865811a7669c3af61879f63ce04 (patch) | |
| tree | ee34dbfb32f5431d73f69d6c6ab82c7885b815bd /qpid/cpp/README | |
| parent | 282cb20bdcca6494a919a16fba85db904aa2cf43 (diff) | |
| download | qpid-python-7f678afb5661f865811a7669c3af61879f63ce04.tar.gz | |
Add apr-1/ prefix to APR #includes to pick up from standard location.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@464577 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/README')
| -rw-r--r-- | qpid/cpp/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qpid/cpp/README b/qpid/cpp/README index 47f1590c7a..e8eb16965c 100644 --- a/qpid/cpp/README +++ b/qpid/cpp/README @@ -4,17 +4,17 @@ See DESIGN for design notes, Makefile comment for build system notes. == Prerequisites == -Apache Portable Runtime 1.2.7: http://apr.apache.org/ -Install in /usr/local/apr or update options.mk if installed elsewhere. - -CppUnit: http://cppunit.sourceforge.net - -boost: http://www.boost.org +Required to build: + * Apache Portable Runtime 1.2.7: http://apr.apache.org/ + * CppUnit: http://cppunit.sourceforge.net + * boost: http://www.boost.org Optional: to generate source code documentation you need: * doxygen: http://sourceforge.net/projects/doxygen/ * graphviz - http://www.graphviz.org/ +On Fedora: yum install apr apr-devel cppunit cppunit-devel boost boost-devel doxygen graphviz + == Build and test == make |
