CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Jon Daniel <[EMAIL PROTECTED]> 05/03/21 20:35:20
Modified files:
. : INSTALL
Log message:
update
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/INSTALL.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
Patches:
Index: wesnoth/INSTALL
diff -u wesnoth/INSTALL:1.12 wesnoth/INSTALL:1.13
--- wesnoth/INSTALL:1.12 Mon Mar 21 12:54:06 2005
+++ wesnoth/INSTALL Mon Mar 21 20:35:20 2005
@@ -16,7 +16,7 @@
The .tar.gz file is distributed with a working set of configure files. They
are not in the CVS repository though. Consequently, if you are building from
-CVS, you will need autoconf (>= 2.59) and automake (>= 1.8).
+CVS, you will need autoconf (>= 2.59) and automake (>= 1.9).
Sourcecode:
@@ -59,8 +59,13 @@
You most likely want to change the default localstatedir since it will
probably default to PREFIX/var.
-Updating:
+Rebuilding:
- When updating wesnoth (e.g. redoing "configure" with new switches, or
updating from CVS) clean the tree first with:
+You should clean your existing wesnoth release build first with:
+
+ $ make distclean
+
+If you want to clean your wesnoth CVS build do:
+
+ $ make maintainer-clean
- $ make clean