gaim/www

We need Windows API >= 3.3

2005-09-04, Daniel Atallah
6b213ce8cb35
Parents 862e16ff99ec
Children ae35ad5f985a
We need Windows API >= 3.3
--- a/htdocs/win32/build.php Thu Sep 01 01:55:22 2005 -0400
+++ b/htdocs/win32/build.php Sun Sep 04 17:11:21 2005 -0400
@@ -11,8 +11,8 @@
<li>Install <a href="http://cygwin.com">Cygwin</a> Bash shell. Make sure to select Unix file mode during setup.</li>
<li>
<p>
-Install <a href="http://www.mingw.org">MinGw v3.1 or higher</a>.<br/>
-You will need to set MinGw's bin directory before Cygwin's in your PATH.<br/>
+Install <a href="http://www.mingw.org">MinGW v3.1 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 <code>~/.bash_login</code>):
</p>
@@ -24,6 +24,10 @@
</li>
<li>
+Download the latest version of the <code>Windows API</code> from the MinGW <a href="http://www.mingw.org/download.shtml">download page</a> (at least <a href="http://prdownloads.sourceforge.net/mingw/w32api-3.3.tar.gz?download">3.3</a>). Extract this into your MinGW directory structure (<code>tar -xvzf /path/to/w32api-3.3.tar.gz /cygdrive/c/MinGW</code>) to upgrade the installed API.
+</li>
+
+<li>
The following instructions were written under the assumption that you checkout Gaim from the cvs repository to <code>~/gaim</code> and that you install all of Gaim's build dependencies under <code>~/win32-dev</code> (the point being that the gaim and win32-dev directories should be on the same level).
</li>
</ul>
@@ -101,5 +105,5 @@
<h2>Debugging</h2>
<p>
-There is a quite good <b>Just In Time</b> debugger for MinGw: <a href="http://mefriss1.swan.ac.uk/~jfonseca/gnu-win32/software/drmingw/">drmingw</a>. You can download it <a href="drmingw.exe">here</a>.
+There is a quite good <b>Just In Time</b> debugger for MinGW: <a href="http://mefriss1.swan.ac.uk/~jfonseca/gnu-win32/software/drmingw/">drmingw</a>. You can download it <a href="drmingw.exe">here</a>.
</p>