The Apache Portable Runtime Project

Get Involved

  • Subversion
  • Mailing Lists
  • Snapshots
  • Build on Win32
  • Build on Unix
  • Download!

  • from a mirror
  • APR Docs

  • Version 1.2
  • Version 0.9
  • Trunk (dev)
  • APR-util Docs

  • Version 1.2
  • Version 0.9
  • Trunk (dev)
  • APR-iconv Docs

  • Version 1.1
  • Version 0.9
  • Trunk (dev)
  • Guidelines

  • Project Guidelines
  • Contributing
  • Version Numbers
  • Miscellaneous

  • License
  • Projects using APR
  • Security Reports
  • Requirements

    We've attempted to ensure that compiling apr, apr-iconv and apr-util distribution tarballs requires nothing more than what comes installed by default on various UNIX platforms.

    All you should have to do is this:

       ./configure
       make
       make install
    

    As of this writing, APR is not quite ready to be installed as a system-wide shared library; it currently works best when tied directly to the application using it.

    Note that if you are compiling directly from the Subversion repository, you'll need GNU autoconf and GNU libtool installed, and you'll need to run ./buildconf before running the commands listed above.


    Copyright © 1999-2003, The Apache Software Foundation