DevTools:Bindings

From CrossWire Bible Society
Revision as of 08:26, 10 June 2013 by Refdoc (talk | contribs) (Created page with "==Sword Bindings== ===SWIG bindings == In order to use libsword from Perl, Python or other scripting languages you need to compile the SWIG bindings section too. sudo apt-get...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sword Bindings

=SWIG bindings

In order to use libsword from Perl, Python or other scripting languages you need to compile the SWIG bindings section too.

 sudo apt-get install swig
 cd bindings/swig/package
 libtoolize --force
 ./autogen.sh
 ./configure
 make perlswig
 make perl_make
 cd perl
 sudo make install