summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2010-03-01 20:40:53 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2010-03-01 20:40:53 +0000
commit51c8eeeaf7386f0cda83725df74e01efa5dcacfd (patch)
tree5319449adedf4dd5d70d0c10e15c6a216067d5df /README
parented6bf0e60662781e179a1f59814a4c03bcb72e01 (diff)
downloadlibapr-51c8eeeaf7386f0cda83725df74e01efa5dcacfd.tar.gz
Add RPM build instructions to apr v1.5. Submitted by Dan Poirier.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@917706 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
=======================================