Installation
This page describes how to install Bibledit-BibleTime on your Linux computer.If your Linux distribution has a package for Bibledit-BibleTime, installing that is all what is needed.If there is no such package available, then installation should be done from source.To install from source, you need to have some packages installed on a standard Linux distribution.The packages needed are listed below. When installing these, their dependencies need to be installed as well.- Ubuntu 10.04. In System / Administration / Synaptic Package Manager install these: libgtk2.0-dev curl libdbus-glib-1-dev libsoup2.4-dev
Move it to the home directory
In the terminal, to verify the package is there, type
ls
To unpack bibledit-bibletime type
tar zxf bibledit-bibletime-x.x.tar.gz
To enter the newly created directory, type
cd bibledit-bibletime-x.x
To configure bibledit-bibletime, type
./configure
Watch many messages, but no errors.
To compile bibledit-bibletime, type
make
Watch many messages, but no errors.
To install it, type
sudo make install
Watch many messages, but no errors.