Main    SVN Build    Software lists    GNOMESS    Screen Saver    Links   
Click to help !!!
Click with middle button to open ads in new tabs

GNOMESS : GNOME GUI for MESS





Download GNOMESS 1.1.0 from SourceForge

GNOMESS is a basic front-end for SDLMESS. It runs under Linux with the GTK libraries
Feel free to report bug or ask for new features.


Compiling GNOMESS :

Gnomess depends on the following libraries : expat, zip and gtk+-2.0.
To install the required tools and libraries on Debian based distributions (Ubruntu...), you can type:

sudo apt-get install autoconf libtool build-essential libgtk2.0-dev libzip-dev libexpat1-dev

Then you can type the following to compile Gnomess:

tar xvfz gnomess-X.X.X.tar.gz
cd gnomess-X.X.X
autoreconf -i
./configure
make

Installing GNOMESS :

sudo make install

Uninstalling GNOMESS :

sudo make uninstall

bobz38@free.fr