mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-24 00:00:06 -05:00
Add a note about building on Windows (#271)
This commit is contained in:
parent
d5ae74cfad
commit
46bf0989fe
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ For linux builds: glib-2.0 development files need to be installed such that
|
|||
pkg-config can find them. On Ubuntu, run `sudo apt install libglib2.0-dev` to
|
||||
install them.
|
||||
|
||||
For Windows builds: the 64-bit toolchain needs to be used. 32-bit targets are
|
||||
not supported.
|
||||
|
||||
The build depends on several binary tools: `gn`, `ninja` and a recent version
|
||||
of `clang` (V8 relies on bleeding edge features). Because these are not
|
||||
generally available they are automatically download during the build by default.
|
||||
|
|
Loading…
Reference in a new issue