gaim/www

update

2003-12-23, Herman Bloggs
0b958d8dd189
Parents 54b03afb4965
Children 59646390b9ae
update
--- a/htdocs/win32/index.php Tue Dec 23 10:54:08 2003 -0500
+++ b/htdocs/win32/index.php Tue Dec 23 15:42:04 2003 -0500
@@ -12,7 +12,7 @@
Windows Gaim users are encouraged to congregate in #wingaim on irc.freenode.net.<BR>
<BR>
<b>Translations</b> for the WinGaim Installer are needed for the following languages:<BR>
-Catalan, Danish, Finnish, Hebrew, Japanese, Norwegian, Polish, Slovak and Russian.<BR>
+Catalan, Finnish, Hebrew, Japanese, Norwegian, Polish, Slovak and Russian.<BR>
If you would like to help please contact <a href="mailto:hermanator12002@yahoo.com">Herman</a>.
<?php end_section() ?>
@@ -103,7 +103,13 @@
<ul>
<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>
-Make sure to read the installation instructions. You will want to set MinGw's bin directory before Cygwin's in your PATH (in .bash_login). You don't want to use any of Cygwin's build tools, with one exception. Make sure to use Cygwin's make utility. If 'which make' produces mingw's make, then just rename it so that cygwin's will be found instead.
+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>
+<code>
+export PATH=/cygdrive/c/MinGW/bin:$PATH<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.
</li>
<li>
The following instructions were written under the assumption that you checkout Gaim from the cvs repository to ~/gaim and that you install all of Gaim's build dependencies under ~/win32-dev (the point being that the gaim and win32-dev directories should be on the same level).