Setting up the Build Environment
Here's how to set up your build environment in Ubuntu 16.04 LTS or ArchLinux. I will assume you can adapt these instructions for your flavor of Linux if it is not one of those.
- Make sure you have git (on Ubuntu: sudo apt-get install git)
- cd ~
- git clone https://github.com/postiffm/bibledit-desktop.git
- bibledit-desktop/linux/buildenvLinux.sh
- Go to the section below.
Doing the Build
- cd bibledit-desktop
- ./autogen.sh
- ./configure
- make
- sudo make install
- Run the program from /usr/bin/bibledit-desktop (was bibledit-gtk)
- I recommend you lock the icon in Ubuntu launcher.
- Now go to Code Development on Linux or Windows