gaim/www

update

2003-12-23, Herman Bloggs
59646390b9ae
Parents 0b958d8dd189
Children e6bad4f2a59b
update
--- a/htdocs/win32/index.php Tue Dec 23 15:42:04 2003 -0500
+++ b/htdocs/win32/index.php Tue Dec 23 15:44:38 2003 -0500
@@ -104,9 +104,9 @@
<li>Install <a href="http://cygwin.com">Cygwin</a> Bash shell. Make sure to select Unix file mode during setup.</li>
<li>Install <a href="http://www.mingw.org">MinGw v3.0 or higher</a>.<br>
You will need to set MinGw's bin directory before Cygwin's in your PATH.<br>
-For Example (You can add the following to ~/.bash_login):<br>
+For Example (You can add the following to ~/.bash_login):<br><br>
<code>
-export PATH=/cygdrive/c/MinGW/bin:$PATH<br>
+export PATH=/cygdrive/c/MinGW/bin:$PATH<br><br>
</code>
You do not want to use any of Cygwin's build tools, with one exception, you need to use Cygwin's make utility. If typing 'which make' produces MinGW's make utility, then just rename the make.exe in the MinGW bin directory to something else, so that cygwin's make utility will be used instead.