diff options
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). |