Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > b074c96e8117daef27d90edc36e8d400 > files > 7

gnobog-0.4.3-5mdk.ppc.rpm

*****************************
* GNOBOG Installation Notes *
*****************************

You need Gnome and libglade to compile Gnobog.


From sources :
--------------

You need libglade to compile Gnobog.

 o Grab source from Gnobog web site http://gnobog.sourceforge.net/
 o Unpack sources
 o Go inside source directory and issue the following commands :

    ./configure
    make
    su
    make install
 o Launch Gnobog either by command line typing gnobog or by The Gnome
   menu (Programs/Internet/Gnobog)
 o Enjoy !


From CVS :
----------

 o Grab source from CVS (see Gnobog web site http://gnobog.sourceforge.net/
   for instructions)
 o Go inside source directory and issue the following commands :

    ./autogen.sh
    make
    su
    make install
 o Launch Gnobog either by command line typing gnobog or by The Gnome
   menu (Programs/Internet/Gnobog)
 o Enjoy !

NB for Debian users (and possibly others) : In order to build Gnobog from
CVS on my system (Debian SID), po/Makefile.in need to be renamed to po/Makefile
so that 'make' command works.