summaryrefslogtreecommitdiff
path: root/README.dev
blob: ba23429a48681042f36fe2c286fbf1e9e7d7af02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.  

1) ./buildconf
2) ./configure
3) make

Currently, there is no make install step, as APR is not yet
installable.