| t@@ -57,7 +57,7 @@ segmentation faults due to library conflicts.
- Download the
-
+
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.)
t@@ -68,7 +68,7 @@ up).
- Change to the directory containing the dopewars rpm, and install it with
the command
-rpm -Uvh dopewars-1.5.9-1.i386.rpm This will replace any
+rpm -Uvh dopewars-1.5.10-1.i386.rpm This will replace any
already-installed earlier version.
t@@ -80,13 +80,13 @@ building the binaries from it on your system.
- Download the
-
+
source code RPM.
- Become root and change to the directory containing the new rpm.
- Build a binary rpm with the command
-rpm --rebuild dopewars-1.5.9-1.src.rpm
+rpm --rebuild dopewars-1.5.10-1.src.rpm
- 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@@ -94,7 +94,7 @@ the output of the above - usually /usr/src/redhat/RPMS/xxx, where
"alpha" on Alphas)
- Install the binary rpm with the command
-rpm -Uvh dopewars-1.5.9-1.xxx.rpm
+rpm -Uvh dopewars-1.5.10-1.xxx.rpm
t@@ -114,15 +114,15 @@ Unix here or for Windows
- Download the
-
+
source code tarball.
- Change to the directory containing the tarball and extract the contents
with the command
-tar -xvzf dopewars-1.5.9.tar.gz
+tar -xvzf dopewars-1.5.10.tar.gz
(or similar).
-- Change into the dopewars-1.5.9 directory, and read all the important
+
- Change into the dopewars-1.5.10 directory, and read all the important
documentation in there ;) Most notably, the INSTALL file gives more details
on setup and installation on Windows systems.
t@@ -137,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.9 directory.
+more details, read the INSTALL file in the dopewars-1.5.10 directory.
If you cannot become root, run the configure script specifying directories
for which you have write access for the dopewars files, with a command |