This commit is contained in:
Jesse van den Kieboom 2006-04-09 18:32:05 +00:00
parent e1a0e30bff
commit 5bd35767d8
1 changed files with 4 additions and 4 deletions

8
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is version 2.0.7 of gnoemoe. gnoemoe is a Gnome MOO Client.
This is version 2.0.8 of gnoemoe. gnoemoe is a Gnome MOO Client.
GnoeMoe is a full featured Gnome MOO (MUD Object Oriented) Client which aims at
integrating in the Gnome desktop as nice as possible adhering the Gnome
@ -42,7 +42,7 @@ The official web site is:
You can download the latest gnoemoe tarball from the web site:
http://www.icecrew.nl/software/gnoemoe/download/gnoemoe-2.0.7.tar.gz
http://www.icecrew.nl/software/gnoemoe/download/gnoemoe-2.0.8.tar.gz
Installation
============
@ -57,8 +57,8 @@ gnoemoe requires:
Simple install procedure:
% gzip -cd gnoemoe-2.0.7.tar.gz | tar xvf - # unpack the sources
% cd gnoemoe-2.0.7 # change to the toplevel directory
% gzip -cd gnoemoe-2.0.8.tar.gz | tar xvf - # unpack the sources
% cd gnoemoe-2.0.8 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gedit
[ Become root if necessary ]