summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2010-03-01 20:43:28 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2010-03-01 20:43:28 +0000
commitc0843739fe2ebf56c7375e68fcaf8f7b4f99291f (patch)
treef5cc60942614eed948fe6862c4275a9caf210231 /README
parentf098b6d68292285c1660cf34b4968df6889fe588 (diff)
downloadlibapr-c0843739fe2ebf56c7375e68fcaf8f7b4f99291f.tar.gz
Add RPM build instructions to apr v1.4. Submitted by Dan Poirier.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@917707 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index 5fa59bfb7..f3add18e4 100644
--- a/README
+++ b/README
@@ -103,6 +103,22 @@ with the flag;
./testall -v
+Building APR RPM files on Linux
+===============================
+
+Run the following to create SRPMs:
+
+rpmbuild -ts apr-<version>.tar.bz2
+rpmbuild -ts apr-util-<version>.tar.bz2
+
+Run the following to create RPMs (or build from the SRPMs):
+
+rpmbuild -tb apr-<version>.tar.bz2
+rpmbuild -tb apr-util-<version>.tar.bz2
+
+Resolve dependencies as appropriate.
+
+
Configuring and Building APR on Windows
=======================================