Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 472 Bytes

File metadata and controls

12 lines (9 loc) · 472 Bytes

ObjCSword

Objective-C wrapper of SWORD library

This library is the backend of the Eloquent bible study app. But it can certainly be used in other projects.

Notes on compiling:

  1. cd into dependencies and unpack icu.tar.gz and clucene.tar.gz.
  2. in dependencies make a checkout of the SWORD sources
  3. create a symlink to the SWORD source folder, like: ln -s <your_sword_src_folder> sword. Because the project is expecting SWORD sources under a sword symlink.