Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README - github.com/mono/sharpsvn-binary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
blob: 81a3885cbcb6fb07e285cad9276940fc65a99b5c (plain)
1
2
3
4
5
6
7
8
9
10
Subversion libraries
====================

Build steps:

- Grab libserf and run `scons CFLAGS="-arch i386 -arch x86_64" LINKFLAGS="-arch i386 -arch x86_64"`, `scons install`
- Grab subversion
- Run `./configure --disable-debug --prefix=/usr/local --with-apr=/usr/bin --with-serf=/usr/local --with-sqlite=/usr --with-zlib=/usr --disable-mod-activation --disable-nls --without-apache-libexecdir --without-berkeley-db --target=i386-darwin CFLAGS="-arch i386 -arch x86_64" LINKFLAGS="-arch i386 -arch x86_64"`
- Copy libserf and libsvn_* dylibs to mac folder.
- run `fix_links.sh`