These instructions assume Bibledit will be installed on a standard installation of the operating system, with KDE desktop.
Insert the installation media.
Click the Suse icon, at the bottom left.
Click Computer, then Administrator Settings.
Provide the password.
In Software, choose "Software Management".
Search for "gtk2-devel", and tick it.
Click button Accept.
In window "Changed Packages", click "Continue".
The installer will take a while to update the system. Close the window when through.
In the same way search for and install "sqlite-devel", "gcc-c++", "libxml2-devel", "git-core", and "mozilla-xulrunner181-devel".
Open a terminal by clicking the Suse icon, then Terminal Program.
Copy all the files and directories from /usr/lib/xulrunner-x.x.x to /usr/lib. To do this, in the terminal type
cd /usr/lib cd xulrunner* sudo cp -r * .. cd
If it asks to overwrite any file, answer yes.