jwoolley 01/04/20 17:50:36
Modified: . README.dev Log: 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. Revision Changes Path 1.3 +7 -5 apr/README.dev Index: README.dev =================================================================== RCS file: /home/cvs/apr/README.dev,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -u -r1.2 -r1.3 --- README.dev 2001/01/09 10:50:47 1.2 +++ README.dev 2001/04/21 00:50:35 1.3 @@ -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.
