From eef75ba3c31bb77951575049588d7165683a4d52 Mon Sep 17 00:00:00 2001 From: "Way, No" Date: Thu, 15 Jan 2015 01:22:27 +1000 Subject: [PATCH] updated readme --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 9623aa4897..7790f4a3ff 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