summary refs log tree commit diff stats
path: root/readme.md
diff options
context:
space:
mode:
authorWay, No <noway@2ch.hk>2015-01-15 01:22:27 +1000
committerWay, No <noway@2ch.hk>2015-01-15 01:22:27 +1000
commiteef75ba3c31bb77951575049588d7165683a4d52 (patch)
tree0e62aa4f4573aa44dde1c5e0dffb88e22b1c2bea /readme.md
parentf7dc9492d9f4c8071a05475be759495149c489b4 (diff)
downloadNim-eef75ba3c31bb77951575049588d7165683a4d52.tar.gz
updated readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 9623aa489..7790f4a3f 100644
--- a/readme.md
+++ b/readme.md
@@ -39,9 +39,11 @@ $ ./build.sh
 add it to your PATH. More ``koch`` related options are documented in
 [doc/koch.txt](doc/koch.txt).
 
-The above steps can be performed on Windows in a similar fashion, the
-``build.bat`` and ``build64.bat`` (for x86_64 systems) are provided to be used
-instead of ``build.sh``.
+The above steps can be performed on Windows in a similar fashion, use
+``build.bat`` instead of ``build.sh``. Make sure you have mingw and git in
+your PATH. If you want to use different compiler, run script and then
+manually change `CC` and `LINKER` variables in `csources/build.bat` or
+`csources/build64.bat`.
 
 ## Getting help
 A [forum](http://forum.nim-lang.org/) is available if you have any