diff options
author | Your Name <you@example.com> | 2020-11-07 09:30:53 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2020-11-07 09:30:53 -0500 |
commit | 89a449c2ab9d736c1f03c78b745e814424e01360 (patch) | |
tree | 25c4d03bd39a5ddbe1b7f28713e82bf174a29216 /readme.md | |
download | biblereader-89a449c2ab9d736c1f03c78b745e814424e01360.tar.gz biblereader-89a449c2ab9d736c1f03c78b745e814424e01360.tar.bz2 biblereader-89a449c2ab9d736c1f03c78b745e814424e01360.zip |
Initial commit
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..dd68d62 --- /dev/null +++ b/readme.md @@ -0,0 +1,19 @@ +# Biblereader + +Biblereader is a GTK frontend for libbible. + +Dependencies: + + * gtkmm + * [libbible](https://vance.fish/git/libbible) + +## Compiling and Installing + +```console +make +sudo cp biblereader /usr/bin/ +``` + +## Modules + +biblereader can install modules from the internet or from local .zip files. A collection of modules can be found [here](http://crosswire.org/sword/modules/ModDisp.jsp?modType=Bibles). |