Skip to content

Commit

Permalink
add HACKING note on cl.exe-via-wine
Browse files Browse the repository at this point in the history
  • Loading branch information
evmar committed Apr 11, 2013
1 parent 4c4460e commit 4497d0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4497d0f

Please sign in to comment.