/unboundbible

Unbound Bible is an open source and a free, multilingual Bible-reader program for Mac, Linux and Windows.

Primary LanguagePascalGNU General Public License v3.0GPL-3.0

Unbound Bible

The Unbound Bible is an open source and a free, multilingual Bible-reader program for Windows, macOS and Linux. This is fast and effective way to explore bibles.

Build Instructions

(Tested under Linux.)

Install ZeosDBO (see the Lazarus wiki for full instructions):

$ cd components
$ svn co http://svn.code.sf.net/p/zeoslib/code-0/trunk
$ mv trunk zeosdb
$ cd ..

Compile the dependent packages:

$ lazbuild components/zeosdb/packages/lazarus/zcomponent.lpk
$ lazbuild components/richmemo/richmemopackage.lpk
$ lazbuild components/unboundmemo/unboundmemopackage.lpk

Build unboundbible:

$ lazbuild unboundbible.lpr

The binary will be in the current folder.