Update of /cvsroot/gaim/web/htdocs/win32
In directory sc8-pr-cvs1:/tmp/cvs-serv30418
Modified Files:
index.php
Log Message:
mingw to 3.0
Index: index.php
===================================================================
RCS file: /cvsroot/gaim/web/htdocs/win32/index.php,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -p -r1.79 -r1.80
--- index.php 25 Sep 2003 19:56:51 -0000 1.79
+++ index.php 12 Oct 2003 21:13:05 -0000 1.80
@@ -83,10 +83,9 @@ First make sure that you are not affecte
<h3>Set up your build environment</h3>
<ul>
<li>Install <a href="http://cygwin.com">Cygwin</a> Bash shell. Make sure to select Unix file mode during setup.</li>
-<li>Install MinGw v1.1 <a href="http://www.mingw.org">MinGw v1.1</a>. (1.1 means exactly that.. Not 2.0!)<br>
- Make sure to read the installation instructions. Make sure to set
- MinGw's bin directory in your PATH (in .bash_login), before Cygwin's
- bin dir (you will be using MinGw's build tools--not cygwin's).</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, if they happen to be installed.
+</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).
</li>
|