Skip to content

Windows and linux gui Bible reader viewer written in go and html and javascript, ქართული ბიბლია, აპლიკაცია ვინდოუსისთვის

License

Notifications You must be signed in to change notification settings

mindiae/ourbible

Repository files navigation

OurBible GUI Bible viewer Written in go and web technologies, ქართული ბიბლია აპლიკაცია ვინდოუსისთვის და ლინუქსისთვის

ourbible-kjv-elb-doubleview-dark.png

ourbible-kjv-singleview-dark.png

ourbible-kjv-singleview-light-booksview.png

Installation:

On ArchLinux:

wget https://github.com/mindiae/ourbible/releases/download/version/ourbible-version-x86_64.pkg.tar.zst
sudo pacman -U ourbible-version-x86_64.pkg.tar.zst

exact versions are in releases section

On Ubuntu and Debian based systems:

wget https://github.com/mindiae/ourbible/releases/download/version/ourbible_version_amd64.deb
sudo dpkg -i ourbible_version_amd64.deb

On windows:
download ourbible-vVERSION.exe from releases and install it

Or install from aur

mkdir ourbible
cd ourbible
wget -O PKGBUILD "https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=ourbible"
makepkg
sudo pacman -U ourbible-version-x86_64.pkg.tar.zst

On Windows:

You have to have mingw64 installed for gcc and put into PATH variable

For creating windows installation file you have to have innosetup insalled

git clone https://github.com/mindiae/ourbible.git
cd ourbible
go build -o build/ourbible.exe -ldflags "-H=windowsgui" ./cmd
./build/ourbible.exe

open innosetup.iss with innosetup compiler and compile the program installation file will be placed inside output folder

Running without installation

If you want to just try it out or you are not on ArchLinux

git clone https://github.com/mindiae/ourbible.git
cd ourbible
go run ./cmd