aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-17 00:05:40 +0200
committerSven Gothel <[email protected]>2010-05-17 00:05:40 +0200
commit2833b9457e734fb8d21ad66dd3a8ea207050964f (patch)
treee51f92ea35b079a3ab2ea9b5c340dd66837a9988 /doc
parent017165ff3a51b0c66070ffa0ce77b75d6e00527f (diff)
Add Windows 64bit build doc
Diffstat (limited to 'doc')
-rw-r--r--doc/HowToBuild.html15
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html
index c54670b60..4d0f237ff 100644
--- a/doc/HowToBuild.html
+++ b/doc/HowToBuild.html
@@ -117,13 +117,20 @@ if not stated otherwise.<br>
<ul>
<li> Windows XP or later </li>
<li> <a href="http://www.mingw.org/">MinGW</a><br>
- Read <a href="http://www.mingw.org/wiki/Getting_Started">MinGW Getting Started</a> and
+ Read <a href="http://www.mingw.org/wiki/Getting_Started">MinGW Getting Started</a>.<br>
+ We used the download script <code>mingwdl.sh</code> shown at
<a href="http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite">HOWTO Install the MinGW GCC Compiler Suite</a>.<br></li>
- <li> Not supported: Microsoft Visual C++ 6.0 or later</li>
+ <li> Not supported: Microsoft Visual C++ 6.0 or later, but may work. Last successful try in 2008.</li>
</ul>
</li>
-<li> <b>Windows</b>/x86 (64-bit)<br>
- Currently broken ..
+<li> <b>Windows</b>/x86_64 (64-bit)<br>
+ <ul>
+ <li> Windows XP or later </li>
+ <li> <a href="http://mingw-w64.sourceforge.net/">MinGW64</a><br>
+ We used the build <code>mingw-w64-bin_x86_64-mingw_20100515_sezero.zip</code> available at
+ <a href="http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/sezero_20100515/">MingW64 Personal Builds - sezero</a>.<br></li>
+ <li> Not supported: Microsoft Visual C++, never tried.</li>
+ </ul>
</li>
</li>
</ul>