diff options
author | Martin Robinson <mrobinson@webkit.org> | 2023-06-23 11:07:18 +0200 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2023-07-03 21:40:24 +0200 |
commit | 633d9b0eb964b09bf4dbb46d81a965a4be2fe8f5 (patch) | |
tree | 9b1eed6c332aaff352d9e6c52a9fe2c081129b69 /README.md | |
parent | 35ab3116358a50a0ffa549bbe90ce8d2cc755ddb (diff) | |
download | servo-633d9b0eb964b09bf4dbb46d81a965a4be2fe8f5.tar.gz servo-633d9b0eb964b09bf4dbb46d81a965a4be2fe8f5.zip |
Windows bootstrap support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md index efdf478175a..a90e136ddeb 100644 --- a/README.md +++ b/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
\ No newline at end of file +[windows-tips]: https://github.com/servo/servo/wiki/Building#troubleshooting-the-windows-build |