mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Windows bootstrap support
This commit is contained in:
parent
35ab311635
commit
633d9b0eb9
10 changed files with 69 additions and 74 deletions
11
README.md
11
README.md
|
@ -43,9 +43,12 @@ manually, try the [manual build setup][manual-build].
|
|||
|
||||
- Download and run [`rustup-init.exe`](https://win.rustup.rs/) then follow the onscreen instructions.
|
||||
- Install [chocolatey](https://chocolatey.org/)
|
||||
- Run `choco install support\windows\chocolatey.config`
|
||||
*This will install CMake, Git, LLVM, Ninja, NuGet, Python and the Visual Studio 2019 Build Tools.*
|
||||
- Run `mach bootstrap-gstreamer`
|
||||
- Run `mach bootstrap`
|
||||
- *This will install CMake, Git, Ninja, NuGet, Python and the Visual Studio 2019 Build Tools
|
||||
via choco in an Administrator console. It can take quite a while.*
|
||||
- *If you already have Visual Studio 2019 installed, this may not install all necessary components.
|
||||
Please follow the Visual Studio 2019 installation instructions in the [manual setup][manual-build].*
|
||||
- Run `refreshenv`
|
||||
|
||||
See also [Windows Troubleshooting Tips][windows-tips].
|
||||
|
||||
|
@ -174,4 +177,4 @@ There are lots of mach commands you can use. You can list them with `./mach
|
|||
The generated documentation can be found on https://doc.servo.org/servo/index.html
|
||||
|
||||
[manual-build]: https://github.com/servo/servo/wiki/Building#manual-build-setup
|
||||
[windows-tips]: https://github.com/servo/servo/wiki/Building#troubleshooting-the-windows-build
|
||||
[windows-tips]: https://github.com/servo/servo/wiki/Building#troubleshooting-the-windows-build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue