You can get either precompiled packages, source packages or the source tarball.
To compile the sources, type :
./configure
make
and then
make install.
Default prefix is /usr/local, you can change that by typing ./configure --prefix=/usr
for instance.
You'll need libglade devel files to compile gnobog. You can find them in your
distribution libglade-devel package
|