Difference between revisions of "DevTools:Bindings"
From CrossWire Bible Society
David Haslam (talk | contribs) (→See also: * CSharp Bindings on Windows) |
David Haslam (talk | contribs) (→See also: Category:Bindings) |
||
Line 18: | Line 18: | ||
* [[CSharp Bindings on Windows]] | * [[CSharp Bindings on Windows]] | ||
+ | [[Category:Bindings]] | ||
[[Category:Development tools]] | [[Category:Development tools]] |
Revision as of 20:06, 8 January 2018
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