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

..03-May-2022-

bindings/H03-May-2022-82,66666,636

cmake/H09-Jan-2018-2,3861,968

doc/H09-Jan-2018-2,2511,617

examples/H03-May-2022-4,7953,472

include/H09-Jan-2018-22,96510,948

lib/H03-May-2022-4,7174,411

locales.d/H09-Jan-2018-36,03133,016

m4/H09-Jan-2018-8,7897,902

obj/H09-Jan-2018-96

pix/H03-May-2022-

samples/H09-Jan-2018-6545

scripts/H09-Jan-2018-11274

src/H09-Jan-2018-65,22442,629

tests/H03-May-2022-43,15040,181

utilities/H03-May-2022-29,58224,972

AUTHORSH A D23-Mar-2002105 32

CODINGSTYLEH A D28-May-20051.2 KiB8267

COPYINGH A D23-Mar-2002123 32

ChangeLogH A D01-Nov-201755.8 KiB1,5471,256

INSTALLH A D15-Apr-20134.9 KiB180113

LICENSEH A D03-Feb-201418.1 KiB351289

Makefile.amH A D29-Dec-20142.4 KiB10577

Makefile.cvsH A D04-Mar-2014323 149

Makefile.inH A D03-May-202237.2 KiB1,121999

NEWSH A D23-Mar-200214 21

READMEH A D12-Aug-20132.6 KiB7456

README.svnH A D04-Mar-2014128 84

aclocal.m4H A D09-Jan-201846.9 KiB1,3121,189

arminst.shH A D04-Mar-2014989 336

autogen.shH A D04-Mar-2014496 2419

buildtest.cppH A D29-Jun-20132.5 KiB8438

config.guessH A D09-Jan-201844.2 KiB1,5591,352

config.h.inH A D16-Jul-20021.6 KiB6342

config.subH A D09-Jan-201834.7 KiB1,7891,651

configureH A D03-May-2022602.5 KiB20,23517,072

configure.acH A D07-Jan-201816.6 KiB510439

depcompH A D09-Jan-201823 KiB792502

distignoreH A D25-Sep-200697 64

install-shH A D09-Jan-201813.7 KiB528351

ltmain.shH A D09-Jan-2018276.8 KiB9,6567,304

missingH A D09-Jan-20186.7 KiB216143

sword.kdevprjH A D15-Sep-201335.7 KiB1,9901,663

sword.pc.inH A D01-May-2014323 1511

sword.spec.inH A D21-Apr-20042.7 KiB9179

test-driverH A D09-Jan-20183.9 KiB12872

usrinst.shH A D22-May-20172.8 KiB9130

README

1Be sure to read INSTALL for information on how to get the software
2built, configured, and running properly.
3___________________________________________________________________
4Get the latest source and info at:
5	http://www.crosswire.org
6
7UNIX DEVELOPERS
8	You can try a './configure' (or optionally './usrinst.sh'
9	for a useful development options configuration), then 'make' from
10	this directory.  This should compile everthing needed.  You may type
11	'./configure --help' to see a list of options.
12	If all compiles fine, a 'make install' (as root, probably) will
13	install libs to your system and you may begin using the library.
14	There are a few basic tests (tests/), start of a test suite
15	(tests/testsuite/), utilities (utilities/), and examples
16	(examples/), in the tree.
17
18	To install modules, have a look at utilities/installmgr
19
20	For some basic lookup and search utilities, see
21		examples/cmdline/search
22		examples/cmdline/lookup
23		utilities/diatheke/
24
25	If you are an end user looking for a nice SWORD, graphical Bible study
26	software suite, then you'll probably want to download one of the
27	many nice frontends found at
28
29	http://crosswire.org/applications.jsp
30
31	./buildtest.cpp compiles to the executable 'buildtest' as a test to
32	see if the libs have compiled and can be linked against successfully.
33	This is NOT the final target of the build, nor does anything useful.
34		:)
35
36CMAKE
37	Alternatively, you can try building with CMake.  CMake is an alternative
38	make system for muliple platforms.  You might have a great experience
39	using the CMake build system.  See:
40	cmake/README for more information
41
42
43LANGUAGE BINDINGS
44	Other language bindings can be found in the ./bindings directory:
45	flatapi.cpp is a useful extern "C" interface for making bindings easier.
46	Kylix bindings (and maybe Delphi bindings) may be found in sword/bindings/clx
47	CORBA (orbit-c++) bindings with Java example classes in /bindings/corba
48	Perl stuff in bindings/perl
49	SWIG stuff (Python, Perl) in bindings/swig
50
51
52C++BUILDER DEVELOPERS
53	You may find project files under lib/bcppmake
54
55VC DEVELOPERS
56	You may find project files under lib/vcppmake
57
58DELPHI DEVELOPERS
59	You will need to place sword32.dll in your winsys
60		directory or elsewhere in your path.  You can find source to
61		build the dll using ./bindings/flatapi.cpp
62		or a binary at: ftp://crosswire.org/pub/sword/utils/win32/bcdlls.zip
63		header file is include/SwordAPI.pas
64		CLX components can be found under bindings/clx/
65
66.NET DEVELOPERS
67	Have a look in bindings/swig/vstudio/
68	Binaries may be found at: ftp://crosswire.org/pub/sword/utils/win32/vcdlls.zip
69
70Enjoy!
71
72Please email any questions or comments to: sword-feedback@crosswire.org
73
74

README.svn

1SVN trunk repository URL:
2
3https://crosswire.org/svn/sword/trunk/
4
5To generate the configure script you must run
6
7./autogen.sh
8