[sword-svn] r2065 - trunk/bindings/swig

sterling at www.crosswire.org sterling at www.crosswire.org
Sun Aug 12 06:49:54 MST 2007


Author: sterling
Date: 2007-08-12 06:49:53 -0700 (Sun, 12 Aug 2007)
New Revision: 2065

Added:
   trunk/bindings/swig/README
Log:
Adding instructions that helped me install the Perl SWIG bindings.

Added: trunk/bindings/swig/README
===================================================================
--- trunk/bindings/swig/README	                        (rev 0)
+++ trunk/bindings/swig/README	2007-08-12 13:49:53 UTC (rev 2065)
@@ -0,0 +1,28 @@
+Building the SWIG Bindings
+==========================
+
+You may need to do the following to get this to work. From this directory:
+
+cd package
+
+# Special step for BSD-liks (e.g. Mac OS X):
+# edit autogen.sh to remove the "-a" option from cp
+
+libtoolize --force
+
+./autogen.sh
+./configure
+make
+
+# Rather than make, you probably only care about one of the languages bindings.
+# So you might try one of these instead:
+# 
+#   make perl_make
+#   make python_make
+#
+
+# Install the perl bindings
+cd perl
+sudo make install
+
+# TODO Install the python bindings




More information about the sword-cvs mailing list