summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2001-04-21 00:50:35 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2001-04-21 00:50:35 +0000
commit2795ac941bf62cf5b53f0829ee17fabf43459264 (patch)
treea763df7073b56d3e43eec490f9aba0f09db0a750 /README.dev
parentbc6dc8873d9c27b99b5e48a4d637b6e510c3ff3d (diff)
downloadlibapr-2795ac941bf62cf5b53f0829ee17fabf43459264.tar.gz
This file was getting a bit outdated, so this gets it a bit more
up to speed. It's possible that it has outlived its usefulness. If not, someone might want to add information about 'make install' and/or change the file from README.dev to just plain README. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61544 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.dev b/README.dev
index 8819a7ce1..c3527a099 100644
--- a/README.dev
+++ b/README.dev
@@ -1,13 +1,15 @@
Apache Portable Runtime
=======================
-Right now, if you are building APR, it means that you are probably a
-developer. If you are building it as a standalone package, however,
-this means using a slightly non-standard build process.
+If you are building APR from CVS, you need to use a slightly non-standard
+build process. You must have autoconf and libtool installed for this to
+work. There are three steps:
1) ./buildconf
2) ./configure
3) make
-Currently, there is no make install step, as APR is not yet
-installable.
+If you are building APR from a distribution tarball, buildconf will have
+already been run for you, and you therefore do not need to have either
+autoconf or libtool installed, and you do not need to run buildconf. Skip
+step one above and just run configure then make.