diff options
author | Evan Martin <martine@danga.com> | 2013-04-11 20:50:36 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2013-04-11 20:50:36 (GMT) |
commit | 4497d0f247d1772c75949668d9c7351ae54565ce (patch) | |
tree | fa08617c27c38673e37dcadecc520df8beb6573d | |
parent | 4c4460e0cae20d64eb2d6240e10cdb4d0ea757fd (diff) | |
download | Ninja-4497d0f247d1772c75949668d9c7351ae54565ce.zip Ninja-4497d0f247d1772c75949668d9c7351ae54565ce.tar.gz Ninja-4497d0f247d1772c75949668d9c7351ae54565ce.tar.bz2 |
add HACKING note on cl.exe-via-wine
-rw-r--r-- | HACKING.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |