tVersion number changes 1.5.7 -> 1.5.8 in preparation for new release. - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit a8ca550ea7f7d7ae726114d3f472c79482a768cd
parent e16abbebcbb0e185afddf1c6efdd3929e15e2a99
Author: Ben Webb 
Date:   Tue, 15 Oct 2002 13:04:18 +0000

Version number changes 1.5.7 -> 1.5.8 in preparation for new release.


Diffstat:
  M README                              |      12 ++++++------
  M doc/index.html                      |       6 +++---
  M doc/installation.html               |      39 ++++++++++++++-----------------

3 files changed, 27 insertions(+), 30 deletions(-)
---
diff --git a/README b/README
t@@ -1,13 +1,13 @@
-This is dopewars 1.5.7, a game simulating the life of a drug dealer in 
+This is dopewars 1.5.8, a game simulating the life of a drug dealer in 
 New York. The aim of the game is to make lots and lots of money...
 unfortunately, you start the game with a hefty debt, accumulating interest,
 and the cops take a rather dim view of drug dealing...
 
 These are brief instructions; see the HTML documentation for full information.
 
-dopewars 1.5.7 servers should handle clients as old as version 1.4.3 with
+dopewars 1.5.8 servers should handle clients as old as version 1.4.3 with
 hardly any visible problems (the reverse is also true). However, it is
-recommended that both clients and servers are upgraded to 1.5.7!
+recommended that both clients and servers are upgraded to 1.5.8!
 
 INSTALLATION
 
t@@ -17,10 +17,10 @@ Either...
    
 Or...
 
-2. Get the tarball dopewars-1.5.7.tar.gz from the same URL
-   Extract it via. tar -xvzf dopewars-1.5.7.tar.gz
+2. Get the tarball dopewars-1.5.8.tar.gz from the same URL
+   Extract it via. tar -xvzf dopewars-1.5.8.tar.gz
    Follow the instructions in the INSTALL file in the newly-created
-      dopewars-1.5.7 directory
+      dopewars-1.5.8 directory
 
 Once you're done, you can safely delete the RPM, tarball and dopewars
 directory. The dopewars binary is all you need!
diff --git a/doc/index.html b/doc/index.html
t@@ -12,11 +12,11 @@ col.linklist    { width: 35% }
 td.linklist     { vertical-align: top }
 -->
 
-dopewars 1.5.7: Main Index
+dopewars 1.5.8: Main Index
 
 
 
-

dopewars 1.5.7: Main Index

+

dopewars 1.5.8: Main Index

t@@ -64,7 +64,7 @@ freely available under the GNU General Public License.


- Last update: 15-07-2002
+ Last update: 15-10-2002
Valid XHTML 1.1 and CSS

diff --git a/doc/installation.html b/doc/installation.html
t@@ -50,17 +50,14 @@ see the tarball installation section below, and also
 see the Windows page.

RPM binary installation

-

The binary RPMs are built for Compaq (formerly DEC) Alpha systems running -RedHat Linux 7.0, and Intel (also Intel compatibles, such as AMD, Cyrix, etc.) -systems running RedHat Linux 7.1. On other systems, these binary RPMs may -refuse to install, or may run but then crash with mysterious segmentation -faults due to library conflicts.

+

The binary RPMs are built for Intel (also Intel compatibles, such as AMD, +Cyrix, etc.) systems running RedHat Linux 8.0. On other systems, these binary +RPMs may refuse to install, or may run but then crash with mysterious +segmentation faults due to library conflicts.

  1. Download the - -Alpha or - + i386 (Intel) RPM with your web browser. (If your browser is incorrectly set up, it may try and display the file, in which case tell it explicitly to save the file - Shift+Mouse button 1 in Netscape.)
  2. t@@ -71,26 +68,25 @@ up).
  3. Change to the directory containing the dopewars rpm, and install it with the command
    -rpm -Uvh dopewars-1.5.7-1.xxx.rpm
    -(where xxx is i386 or alpha). This will replace any +rpm -Uvh dopewars-1.5.8-1.i386.rpm
    This will replace any already-installed earlier version.

RPM source installation

This route is open to you if your system has "rpm", but the binary RPMs do -not work on your system, or your machine is not an Intel or Alpha (a PowerMac, +not work on your system, or your machine is not an Intel (an Alpha or PowerMac, for example). It involves obtaining the RPM of the source code, and then building the binaries from it on your system.

  1. Download the - + source code RPM.
  2. Become root and change to the directory containing the new rpm.
  3. Build a binary rpm with the command
    -rpm --rebuild dopewars-1.5.7-1.src.rpm
  4. +rpm --rebuild dopewars-1.5.8-1.src.rpm
  5. Change to the directory which the binary rpm has been written to (check the output of the above - usually /usr/src/redhat/RPMS/xxx, where t@@ -98,7 +94,7 @@ the output of the above - usually /usr/src/redhat/RPMS/xxx, where "alpha" on Alphas)
  6. Install the binary rpm with the command
    -rpm -Uvh dopewars-1.5.7-1.xxx.rpm
  7. +rpm -Uvh dopewars-1.5.8-1.xxx.rpm

Tarball installation

t@@ -114,20 +110,21 @@ use the included compiler. (You could use a different C/C++ Windows compiler, but you'll have to write your project files if you do this.) On either Windows or Unix systems, you will need to get the GLib library first, available for Unix here or for Windows -here.

+here.

  1. Download the - + source code tarball.
  2. Change to the directory containing the tarball and extract the contents with the command
    -tar -xvzf dopewars-1.5.7.tar.gz
    +tar -xvzf dopewars-1.5.8.tar.gz
    (or similar).
  3. -
  4. Change into the dopewars-1.5.7 directory, and read all the important -documentation in there ;)
  5. +
  6. Change into the dopewars-1.5.8 directory, and read all the important +documentation in there ;) Most notably, the INSTALL file gives more details +on setup and installation on Windows systems.
  7. Build the binary with the commands
    ./configure
    t@@ -140,7 +137,7 @@ should compile cleanly. If you are running the Cygwin tools under Microsoft Windows, the script should detect this and allow you to build a native Windows binary; this will then run on any Win32 system, even one without Cygwin installed. The configure script supports a number of configurable options; for -more details, read the INSTALL file in the dopewars-1.5.7 directory.

    +more details, read the INSTALL file in the dopewars-1.5.8 directory.

    If you cannot become root, run the configure script specifying directories for which you have write access for both the dopewars binary and high score file t@@ -154,7 +151,7 @@ with a command such as

  8. Main index
  9. - Last update: 15-07-2002
    + Last update: 15-10-2002
    Valid XHTML 1.1