Author: esr
Date: Tue Apr  8 14:18:18 2008
New Revision: 25679

URL: http://svn.gna.org/viewcvs/wesnoth?rev=25679&view=rev
Log:
Improve documentation.

Modified:
    trunk/INSTALL

Modified: trunk/INSTALL
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/INSTALL?rev=25679&r1=25678&r2=25679&view=diff
==============================================================================
--- trunk/INSTALL (original)
+++ trunk/INSTALL Tue Apr  8 14:18:18 2008
@@ -49,9 +49,9 @@
 
  $ cd wesnoth-x.y.z
 
-Simply type 'scons' in the top-level directory to build game, editor,
-and tools.  It is possible to select individual targets by naming them
-as scons arguments, including wesnothd (the Wesnoth multiplayer server)
+Simply type 'scons' in the top-level directory to build the game and
+editor. It is possible to select individual targets by naming them as
+scons arguments, including wesnothd (the Wesnoth multiplayer server)
 and campaignd (the campaign server).
 
 scons takes a prefix= argument that says where to install the game
@@ -59,12 +59,12 @@
 you may want to set prefix=/usr.
 
 The target 'all' is equivalent to 'wesnoth wesnoth_editor cutter
-exploder wmllint wmlscope wmlindent'; it is the default.  
+exploder wesnothd campaignd'.
 
-So, for example, this builds game, editor, tools, and campaign server,
+So, for example, this builds game, editor, and campaign server,
 enabling debugging on all:
 
-    scons debug=yes all campaignd 
+    scons debug=yes wesnoth wesnoth_editor campaignd 
 
 To build wesnothd:
 
@@ -82,9 +82,12 @@
 prefsdir= parameter to get distinct preferences directories.  The
 default is '.wesnoth'.
 
-Installation productions 'install', 'install-wesnothd' and
-'install-campaignd' are available.  A plain 'install' installs
-all client-side tools.
+Installation productions 'install', 'install-wesnoth_editor',
+'install-wesnothd' and 'install-campaignd' are available.
+
+A plain 'install' installs all binary executables that exist -- so
+'scons install' after a plain 'scons' installs game and editor, but
+after 'scons all' it will install all binaries.
 
 Notes on the deprecated autotools build:
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to