Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 23408 invoked by uid 500); 24 Sep 2001 17:17:00 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 23385 invoked by uid 500); 24 Sep 2001 17:16:59 -0000 Delivered-To: apmail-apr-site-cvs@apache.org Date: 24 Sep 2001 17:16:48 -0000 Message-ID: <20010924171648.75616.qmail@icarus.apache.org> From: jwoolley@apache.org To: apr-site-cvs@apache.org Subject: cvs commit: apr-site compiling_unix.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jwoolley 01/09/24 10:16:48 Added: . compiling_unix.html Log: Placeholder for compiling on UNIX doc. If anyone can think of anything else useful to say in this document, please be my guest... Revision Changes Path 1.1 apr-site/compiling_unix.html Index: compiling_unix.html =================================================================== Compiling APR for UNIX

Compiling APR for UNIX

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 CVS repository, you'll need GNU autoconf and GNU libtool installed, and you'll need to run ./buildconf before running the commands listed above.