Installing from Source

Installing from source code is very easy. You need to have glib version 1.1.16 or preferable 1.2 series installed. To see if you have glib installed (and what version) go glib-config --version

You can obtain the latest version of glib from http://www.gtk.org/

Now just download the latest stable tar ball of ORBit. Start by going to the gnome web site (http://www.gnome.org/), choose download and find your closest mirror site.

ORBit installs as a standard gnu application, so going ./configurefollowed by makeand then getting root permissions and make installwill do everything as expected.

What to do if you don't have root permissions Basically you want to run all of the above but with ./configure --prefix= which will install under prefix/bin /libs etc.

ORBit 0.4 does not compile with some commercial C compilers. This is because it uses a number of gcc extensions which are not supported elsewhere. you can always download gcc and install that for it to work. In the future ORBit will hopefully compile on many other architectures.