Index: INSTALL =================================================================== --- INSTALL (revision 15547) +++ INSTALL (working copy) @@ -22,8 +22,8 @@ BUILDING SWIG BINDINGS FOR SVN ON UNIX -Step 1: Install a suitable version of SWIG (which is - currently swig versions 1.3.19 - 1.3.21, or 1.3.24 or above). +Step 1: Install a suitable version of SWIG (which is currently SWIG + version 1.3.24 or above. SWIG 1.3.19 also works.). * Perhaps your distribution packages a suitable version - if it does install it, and skip to the last bullet point in this section. @@ -51,10 +51,12 @@ * Build and install. For SWIG 1.3.24 or above: - Run 'make && make install' + - Run './autogen.sh && ./configure' + - Run 'make && make install' - For SWIG 1.3.19 - 1.3.21: - Run 'make && make runtime && make install && make install-runtime' + For SWIG 1.3.19: + - Run './autogen.sh && ./configure --enable-static' + - Run 'make && make runtime && make install && make install-runtime' * To verify you have SWIG installed correctly, check that these things were created, assuming your $PREFIX was /usr/local: @@ -63,7 +65,7 @@ - /usr/local/bin/swig - /usr/local/share/swig/1.3.xx/ (containing lots of .i files) - For SWIG 1.3.19 - 1.3.21: + For SWIG 1.3.19: - /usr/local/bin/swig - /usr/local/lib/swig1.3/ (containing lots of .i files) - /usr/local/lib/libswigpy.so (for Python)