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>
* VERSION CHANGED TO 2.0.5
* README: update urls
* COPYING: added lambdamoo copyright
* configure.ac: fixed ruby variables, updated libnotify version

9
README
View File

@ -1,7 +1,7 @@
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
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.4.tar.gz
http://www.icecrew.nl/software/gnoemoe/download/gnoemoe-2.0.5.tar.gz
Installation
============
@ -51,13 +51,14 @@ gnoemoe requires:
* GTK+-2.8.x
* GtkSourceView 1.2.0
* GNOME 2.12.x libraries (including gnome-vfs, glade)
* libnotify
* Ruby
* Vte
Simple install procedure:
% gzip -cd gnoemoe-2.0.1.tar.gz | tar xvf - # unpack the sources
% cd gnoemoe-2.0.1 # change to the toplevel directory
% gzip -cd gnoemoe-2.0.5.tar.gz | tar xvf - # unpack the sources
% cd gnoemoe-2.0.5 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gedit
[ Become root if necessary ]