Added changes

This commit is contained in:
Jesse van den Kieboom 2006-03-24 13:45:36 +00:00
parent 047b37c00b
commit 19e7d5a94e
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,6 @@
2006-24-03 Jesse van den Kieboom <jesse@icecrew.nl> 2006-24-03 Jesse van den Kieboom <jesse@icecrew.nl>
* VERSION CHANGED TO 2.0.5
* README: update urls * README: update urls
* COPYING: added lambdamoo copyright * COPYING: added lambdamoo copyright
* configure.ac: fixed ruby variables, updated libnotify version * configure.ac: fixed ruby variables, updated libnotify version

9
README
View File

@ -1,7 +1,7 @@
General Information General Information
=================== ===================
This is version 2.0.1 of gnoemoe. gnoemoe is a Gnome MOO Client. This is version 2.0.5 of gnoemoe. gnoemoe is a Gnome MOO Client.
GnoeMoe is a full featured Gnome MOO (MUD Object Oriented) Client which aims at 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 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: You can download the latest gnoemoe tarball from the web site:
http://www.icecrew.nl/software/gnoemoe/download/gnoemoe-2.0.4.tar.gz http://www.icecrew.nl/software/gnoemoe/download/gnoemoe-2.0.5.tar.gz
Installation Installation
============ ============
@ -51,13 +51,14 @@ gnoemoe requires:
* GTK+-2.8.x * GTK+-2.8.x
* GtkSourceView 1.2.0 * GtkSourceView 1.2.0
* GNOME 2.12.x libraries (including gnome-vfs, glade) * GNOME 2.12.x libraries (including gnome-vfs, glade)
* libnotify
* Ruby * Ruby
* Vte * Vte
Simple install procedure: Simple install procedure:
% gzip -cd gnoemoe-2.0.1.tar.gz | tar xvf - # unpack the sources % gzip -cd gnoemoe-2.0.5.tar.gz | tar xvf - # unpack the sources
% cd gnoemoe-2.0.1 # change to the toplevel directory % cd gnoemoe-2.0.5 # change to the toplevel directory
% ./configure # run the `configure' script % ./configure # run the `configure' script
% make # build gedit % make # build gedit
[ Become root if necessary ] [ Become root if necessary ]