HOW TO BUILD FROM SOURCES

To successfully build MacSword from source, you'll need Apple Developers Tools.
Moreover you'll have to follow these steps:

1. Get latest sword sources from http://sourceforge.net/projects/sword. Get the .tar.gz package (Platform-Independant). Note: I also provide it precompiled here http://sourceforge.net/projects/macsword

2. Run "./autogen.sh" Note you will probably have to add in "ulimit -s 65536" as the first line to make it run.

3. Run "./configure" then "make".

4. Copy the libsword.a library from the sword-?.?.?/lib/.libs folder into the macsword folder.

5. Add the include files from sword (sword-?.?.?/includes) to the MacSword project. You will need to do some messing around to get it all to change. In xcode try getting info on both the target and the project.

6. Replace the locales.d folder (in the Resource project folder) by the locales.d folder of Sword (sword-?.?.?/locales.d).

Now you should be able to compile, build and run MacSword.

More info and contact : will@thimbleby.net