tUpdated install text for a more sensible default location for the high score file on Windows systems - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit c451c6daf36b5469b39ef5ea9cf43e00bdf78363
(DIR) parent e34b8fd3796994d4106740e990b8f7a3729bcbe5
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Tue, 10 Apr 2001 22:18:27 +0000
Updated install text for a more sensible default location for the high score
file on Windows systems
Diffstat:
M INSTALL | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/INSTALL b/INSTALL
t@@ -12,14 +12,18 @@ test can be overridden (if, for example, you wanted to build the Unix version
under Cygwin) with the --enable-nativewin32 option to configure e.g.
to build the Win32 binary under Cygwin
- ./configure
+ ./configure --datadir="."
(Cygwin should be automatically detected)
or
- ./configure --enable-nativewin32
+ ./configure --enable-nativewin32 --datadir="."
to build the Unix version under Cygwin
./configure --disable-nativewin32
+(The --datadir="." forces the high score file to be placed in the current
+directory, which is rather more useful on a Windows system than the default
+location - see below.)
+
For a smaller binary, you may wish to build a "stripped" binary by specifying
the -s option in LDFLAGS. In a Bourne-compatible shell, this can be achieved
with a command similar to the following:-