summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2010-03-01 20:39:15 +0000
committerGraham Leggett <minfrin@apache.org>2010-03-01 20:39:15 +0000
commit620226eddda382d0c171cf7eb60d955f3dcae187 (patch)
tree8152e2d8f44ae57b0249537439f1544ffe5b7514 /README
parentfac49c6fc02c0bf31d0616ec6d5f6899d19f403a (diff)
downloadapr-620226eddda382d0c171cf7eb60d955f3dcae187.tar.gz
Add RPM build instructions. Submitted by Dan Poirier.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@917704 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 a49c84e60..1358063e7 100644
--- a/README
+++ b/README
@@ -137,6 +137,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
=======================================