[m-rev.] trivial diff: fix some URLs on download page
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue Feb 4 15:45:08 AEDT 2003
Estimated hours taken: 0.25
Branches: main
w3/download/include/release.inc:
- Fix incorrect file name for the MacOS binary distribution
(it was missing the ".tar.gz" extension).
- Change the file name for the Mingw binary distribution
to more closely match the file names used for other binary
distributions, so that it works better with
tools/generate_index_html.
Workspace: /home/ceres/fjh/mercury
Index: w3/download/include/release.inc
===================================================================
RCS file: /home/mercury1/repository/w3/download/include/release.inc,v
retrieving revision 1.30
diff -u -d -r1.30 release.inc
--- w3/download/include/release.inc 31 Jan 2003 01:42:16 -0000 1.30
+++ w3/download/include/release.inc 4 Feb 2003 04:16:42 -0000
@@ -255,12 +255,12 @@
<strong> You need to invoke configure with "CC=gcc sh configure".</strong>
<p>
Mingw version: compiler only (about 25 Mb): <br>
-<? links_to_file("beta-releases/0.11.0/mercury-compiler-0.11.0-mingw.zip", "no"); ?> <br>
+<? links_to_file("beta-releases/0.11.0/mercury-compiler-0.11.0.i686-pc-mingw.zip", "no"); ?> <br>
The Mingw version still requires Cygwin,
but the executables that it generates do not require Cygwin.
(That is, it's a cross-compiler from Cygwin to native Windows.)
To install, open a Cygwin bash shell, and do
- <pre>unzip -d / mercury-compiler-0.11.0-mingw.zip</pre>
+ <pre>unzip -d / mercury-compiler-0.11.0.i686-pc-mingw.zip</pre>
<p>
<dt>x86 machines running Linux (ELF executable format, libc 6.2)
@@ -307,7 +307,7 @@
<dt>Apple Mac Power/PC machines running MacOS X
<dd> Compiler only (about 35 Mb): <br>
-<? links_to_file("mercury-0.11.0.powerpc-apple-darwin5.5", "no"); ?>
+<? links_to_file("mercury-0.11.0.powerpc-apple-darwin5.5.tar.gz", "no"); ?>
<br>
If you get this package, we suggest that you also download
the "extras" source distribution.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list