summary refs log tree commit diff stats
path: root/install.txt
diff options
context:
space:
mode:
Diffstat (limited to 'install.txt')
-rwxr-xr-xinstall.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/install.txt b/install.txt
index 3c916132f..8021abfbb 100755
--- a/install.txt
+++ b/install.txt
@@ -56,8 +56,8 @@ Currently, the following C compilers are supported under Windows:
     the win32api header files and import libraries are essential.)
 - | Gnu C Compiler (the mingw version; the cygwin version has not been tested!)
   | http://www.mingw.org/download.shtml
-- | LLVM with GNU C/C++ frontend
-  | http://llvm.org/releases/download.html#2.2
+- | LLVM with Clang or GNU C/C++ frontend
+  | http://llvm.org/releases/download.html
 - | Digital Mars C++
   | http://www.digitalmars.com/download/freecompiler.html
 
@@ -92,6 +92,10 @@ On Windows
 * ``bin\nimrod c koch``
 * ``koch boot -d:release``
 
+If you want a 64 bit build, make sure that you have a GCC built for Win64 and
+execute ``build64.bat`` instead of ``build.bat``.
+
+
 On UNIX
 ~~~~~~~