Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMade building under Windows easier #133
Conversation
| "c:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat" | ||
| ``` | ||
|
|
||
| 3. Set the `MOZTOOLS` environement variable to point to the tools from the Mozilla Build Package: |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Here's what I get following the instructions in this PR and building on your
|
|
OK, I added a sentence about downloading LLVM. Sigh, "it works on my end". |
|
Looks all good from my end now after following your instructions! |
|
Er... my build failed when I tried to enable
|
|
Ah, I hadn't realized you were using this PR together with the bindgen-in-build-rs branch. Can you try again with just this PR? In particular, I don't think this PR requires LLVM, so I'd like to drop that from the README. IRC conversation with @nox: https://mozilla.logbot.info/servo/20180426#c14671325 |
|
So, I've tried building your PR and removing the
|
|
Closing in favour of #134, since that has all the debugmozjs etc changes. |
asajeffrey commentedApr 24, 2018
•
edited by larsbergstrom
Added some documentation on building under Windows, and allowed
MOZTOOLS_PATHto contain multiple entries.This change is