Bibledit 4.1 on Fedora 12
These instructions assume a standard installation of the operating system.
Make the installation medium available to the system.
Install the following list of packages: gcc-c++ gtk2-devel sqlite-devel libxml2-devel git enchant-devel gtkhtml3-devel rcs patch gtksourceview2-devel webkitgtk-devel dbus-glib-devel libsoup-devel php httpd
Open a terminal through Applications, System Tools, Terminal.
Become root. To do that, type
su
and provide the password.
Then set up the Apache server. To do that, type
chkconfig httpd on
service httpd start