electronic.alchemy
where the past meets the future
start > pike > svn swig bindings setup

svn swig bindings setup

Created by hww3. Last updated by hww3, 4 years ago. Version #1.

install swig, python.

gtar xzvf subversion-1.5.5.tar.gz
gtar xzvf subversion-deps-1.5.5.tar.gz
cd subversion-1.5.5
mv neon neon.src
cd neon.src/
./configure --with-ssl=openssl --enable-shared --disable-static
make
sudo rm /usr/local/lib/libneon.*
sudo make install
./configure PYTHON=`which python` --with-ssl --with-openssl=/usr/sfw --with-swig=/usr/local/bin/swig --with-neon=/usr/local/
make
make swig-py
make check-swig-py
sudo make install
sudo make install-swig-py

No comments | Post a Comment| RSS Feed | BackLinks