Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bibletime/bibletime
:book: BibleTime is a powerful cross platform Bible study tool.
https://github.com/bibletime/bibletime
bible bible-study bible-translations sword
Last synced: about 1 month ago
JSON representation
:book: BibleTime is a powerful cross platform Bible study tool.
- Host: GitHub
- URL: https://github.com/bibletime/bibletime
- Owner: bibletime
- License: gpl-2.0
- Created: 2014-07-02T16:47:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T19:56:46.000Z (about 2 months ago)
- Last Synced: 2024-10-26T06:36:31.446Z (about 2 months ago)
- Topics: bible, bible-study, bible-translations, sword
- Language: C++
- Homepage: https://bibletime.info/
- Size: 64.1 MB
- Stars: 332
- Watchers: 25
- Forks: 68
- Open Issues: 106
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - BibleTime is a Bible study application based on the Sword library and Qt toolkit. (Applications / Education)
- Awesome-Linux-Software - ![Open-Source Software - BibleTime is a Bible study application based on the Sword library and Qt toolkit. (Applications / Education)
README
README for BibleTime [![Build Status](https://travis-ci.org/bibletime/bibletime.svg?branch=master)](https://travis-ci.org/bibletime/bibletime)[![Packaging status](https://repology.org/badge/tiny-repos/bibletime.svg)](https://repology.org/metapackage/bibletime)
====================BibleTime is a Bible study application based on the Sword library and
Qt toolkit.## INSTALLATION
You can just download and install BibleTime from
[GitHub](https://github.com/bibletime/bibletime/releases/latest).
The following requirements are needed only if you want to develop BibleTime.### BUILD REQUIREMENTS
- A C++17 compiler.
- QT 5.15+ (https://www.qt.io)
- Sword 1.8.1+ (built against ICU, https://crosswire.org/sword)
- CLucene 2.0+ (https://clucene.sf.net)
- CMake 3.10+ (https://cmake.org)### DOCUMENTATION GENERATION REQUIREMENTS (OPTIONAL)
- po4a
- xsltproc
- docbook-xsl
- docbook-xml
- fop (for PDF generation)These packages are only used by the build system when document generation and
installation is enabled. By default, all translations of the handbook and howto
documents are generated and installed. This can be changed using the following
options to CMake:* BUILD_HANDBOOK_HTML - whether to generate and install the HTML handbook
(default: "ON")
* BUILD_HANDBOOK_HTML_LANGUAGES
- list of language codes to use for HTML handbook, or empty for all
languages (default: "")
* BUILD_HANDBOOK_PDF - whether to generate and install the PDF handbook
(default: "ON")
* BUILD_HANDBOOK_PDF_LANGUAGES
- list of language codes to use for PDF handbook, or empty for all
languages (default: "")
* BUILD_HOWTO_HTML - whether to generate and install the HTML howto (default:
"ON")
* BUILD_HOWTO_HTML_LANGUAGES
- list of language codes to use for HTML howto, or empty for all
languages (default: "")
* BUILD_HOWTO_PDF - whether to generate and install the PDF howto (default:
"ON")
* BUILD_HOWTO_PDF_LANGUAGES
- list of language codes to use for PDF howto, or empty for all languages
(default: "")For example, passing `-DGENERATE-HOWTO_HTML_LANGUAGES=en;et` to the cmake
command to restricts generation and installation of howto HTML versions to the
English and Estonian translations only, and `-DBUILD_HOWTO_PDF=OFF` disables
generation of the howto in PDF format.## FEEDBACK
Please report any bugs you find to
[our issue tracker](https://github.com/bibletime/bibletime/issues)
or see [the BibleTime homepage](https://bibletime.info/) for additional information.## DOCUMENTATION
You can find information about BibleTime, the installation
and its usage in the following places:
- https://bibletime.info/
- The BibleTime handbook available in the Help menu of the BibleTime application.
- There's a Bible study tutorial in the help menu.May God, our Lord, use BibleTime for his glory.
The BibleTime developers