blob: 8819a7ce1f95b193268f230ab9dd594c7d106a76 (
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.
|