• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H09-Jan-2018-219141

local/H09-Jan-2018-167135

oldmake/H09-Jan-2018-698366

package/H03-May-2022-46,49238,574

perl/H03-May-2022-43

python/H03-May-2022-54

vstudio/H09-Jan-2018-1,1031,100

READMEH A D04-Mar-2014707 3625

bases.iH A D04-Mar-2014622 3631

defs.iH A D04-Mar-201444 74

deprecations.iH A D23-Dec-20173.3 KiB8270

directors.iH A D04-Mar-2014927 3319

encfiltmgr.iH A D04-Mar-2014214 119

extras.iH A D04-Mar-2014168 148

filemgr.iH A D04-Mar-201450 74

installmgr.iH A D04-Mar-201497 95

listkey.iH A D04-Mar-2014490 2715

localemgr.iH A D04-Mar-2014281 1410

lzsscomprs.iH A D04-Mar-2014198 119

markupcallback.hH A D04-Mar-2014914 4738

markupfiltmgr.iH A D04-Mar-2014239 1410

multimapwdef.iH A D04-Mar-2014150 127

osishtmlhref.iH A D04-Mar-2014260 1512

rawcom.iH A D04-Mar-2014174 159

rawgenbook.iH A D04-Mar-2014193 139

rawld.iH A D04-Mar-2014167 139

rawld4.iH A D04-Mar-2014172 139

rawtext.iH A D04-Mar-2014178 139

remotetrans.iH A D04-Mar-201458 74

rendercallback.hH A D23-Dec-20175.1 KiB252210

searcher.hH A D04-Mar-2014951 4434

stringmgr.iH A D04-Mar-2014615 2722

swbuf.iH A D04-Mar-2014969 3826

swcacher.iH A D04-Mar-201452 74

swcom.iH A D04-Mar-2014217 1410

swcomprs.iH A D04-Mar-2014192 118

swconfig.iH A D01-Nov-2017700 2620

swdisp.iH A D04-Mar-201447 64

swfilter.iH A D04-Mar-201494 85

swfiltermgr.iH A D04-Mar-2014331 1310

swgenbook.iH A D04-Mar-2014185 119

swig-perl.doxygenH A D04-Mar-20146.7 KiB178176

swkey.iH A D04-Mar-2014279 1611

swld.iH A D04-Mar-2014188 1310

swlocale.iH A D04-Mar-2014273 1712

swlog.iH A D04-Mar-201446 74

swmgr.iH A D04-Mar-20141 KiB4131

swmodule.iH A D04-Mar-2014833 3624

swobject.iH A D04-Mar-201485 85

swoptfilter.iH A D04-Mar-2014253 1310

sword.iH A D23-Dec-20171.8 KiB10768

sword.plH A D13-Aug-20133.6 KiB12957

swsearchable.iH A D04-Mar-2014758 2620

swtext.iH A D04-Mar-2014202 1310

swversion.iH A D04-Mar-201453 64

templates.iH A D04-Mar-20142.6 KiB8049

treekey.iH A D04-Mar-2014811 3912

treekeyidx.iH A D04-Mar-2014188 129

url.iH A D04-Mar-201441 64

utilxml.iH A D04-Mar-201449 64

versekey.iH A D04-Mar-20145.1 KiB189131

versetreekey.iH A D04-Mar-2014221 139

zcom.iH A D04-Mar-2014181 1310

zipcomprs.iH A D04-Mar-2014193 119

zld.iH A D04-Mar-2014156 129

ztext.iH A D04-Mar-2014166 129

README

1Also see the directions in the README file in the parent directory from this
2file (<sword-root>/bindings/README) for directions on building with CMake.
3
4Building the SWIG Bindings
5==========================
6
7You may need to do the following to get this to work. From this directory:
8
9cd package
10
11# Special step for BSD-liks (e.g. Mac OS X):
12# edit autogen.sh to remove the "-a" option from cp
13
14./autogen.sh
15./configure
16make
17
18# Rather than make, you probably only care about one of the languages bindings.
19# So you might try one of these pairs of commands instead:
20#
21make perlswig
22make perl_make
23cd perl
24sudo make install
25
26#
27# or
28#
29
30make pythonswig
31make python_make
32cd python
33sudo python setup.py install
34
35
36