summaryrefslogtreecommitdiffstats
path: root/HACKING.md
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2013-04-11 20:50:36 (GMT)
committerEvan Martin <martine@danga.com>2013-04-11 20:50:36 (GMT)
commit4497d0f247d1772c75949668d9c7351ae54565ce (patch)
treefa08617c27c38673e37dcadecc520df8beb6573d /HACKING.md
parent4c4460e0cae20d64eb2d6240e10cdb4d0ea757fd (diff)
downloadNinja-4497d0f247d1772c75949668d9c7351ae54565ce.zip
Ninja-4497d0f247d1772c75949668d9c7351ae54565ce.tar.gz
Ninja-4497d0f247d1772c75949668d9c7351ae54565ce.tar.bz2
add HACKING note on cl.exe-via-wine
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/HACKING.md b/HACKING.md
index 885d2d7..11edf74 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -172,3 +172,9 @@ Then run:
* Build `ninja.exe` using a Linux ninja binary: `/path/to/linux/ninja`
* Run: `./ninja.exe` (implicitly runs through wine(!))
+### Using Microsoft compilers on Linux (extremely flaky)
+
+The trick is to install just the compilers, and not all of Visual Studio,
+by following [these instructions][win7sdk].
+
+[win7sdk]: http://www.kegel.com/wine/cl-howto-win7sdk.html