building on osx
From: Jon Scott Stevens <jon_at_latchkey.com>
Date: 2005-02-05 21:38:28 CET
This is the script I used to build subversion with Apache 2.x
Notes:
#1. If you install libintl via fink, then you need to define
#2. I'm not sure if one needs to pass the /usr/local/lib as I think the
#3. Make sure that when you install SWIG 1.3.21 (do not try to install
#!/bin/sh
APP=subversion
if [ ! -e $APP-$VER ] ; then
cd $APP-$VER
make
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.