ciaran / projectplus
- Source
- Commits
- Network (9)
- Issues (7)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
184fafd
projectplus / libs
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README | Wed Apr 08 10:45:26 -0700 2009 | |
| |
apr-1.3.2.tar.bz2 | Wed Nov 26 11:06:12 -0800 2008 | |
| |
apr-util-1.3.2.tar.bz2 | Wed Nov 26 11:06:12 -0800 2008 | |
| |
convert.sh | Wed Nov 26 11:06:12 -0800 2008 | |
| |
subversion-1.6.0.tar.bz2 | Wed Apr 08 10:45:26 -0700 2009 |
libs/README
Download APR from http://www.smudge-it.co.uk/pub/apache/apr/apr-1.3.2.tar.bz2 * configure * Edit Makefile: change libdir to libdir = @loader_path/../Libraries * Remove the check in ./libtool to allow for relative rpath values * make EXTRA_CFLAGS='-arch ppc -arch i386' Download APR-Util http://www.smudge-it.co.uk/pub/apache/apr/apr-util-1.3.2.tar.bz2 * configure --with-apr=/path/to/apr/download * Edit Makefile: change APU_DSO_LIBDIR and libdir to @loader_path/../Libraries * make EXTRA_CFLAGS='-arch ppc -arch i386' Downloaded SVN from http://subversion.tigris.org/downloads/subversion-1.6.0.tar.bz2 * configure --with-apr=/path/to/apr/download --with-apr-util=/path/to/apr-util/download --without-neon * Edit the libdir= line in the Makefile to be: libdir = @loader_path/../Libraries * Remove the check in ./libtool to allow for relative rpath values * Run make EXTRA_CFLAGS='-arch ppc -arch i386'
