Installation
This page describes how to install Bibledit-Xiphos on your Linux computer.If your Linux distribution has a package for Bibledit-Xiphos, 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
lsTo unpack bibledit-xiphos type
tar zxf bibledit-xiphos-x.x.tar.gzTo enter the newly created directory, type
cd bibledit-xiphos-x.xTo configure bibledit-xiphos, type
./configureWatch many messages, but no errors.
To compile bibledit-xiphos, type
makeWatch many messages, but no errors.
To install it, type
sudo make installWatch many messages, but no errors.