Skip to content

Commit

Permalink
upgrade: rusty_v8 to v0.3.9 (denoland/deno#4505)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry authored and denobot committed Jan 31, 2021
1 parent 528e4ae commit cf43d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -1512,13 +1512,13 @@ Extra steps for Windows users:
The easiest way to build Deno is by using a precompiled version of V8:

```
V8_BINARY=1 cargo build -vv
cargo build -vv
```

However if you want to build Deno and V8 from source code:

```
cargo build -vv
V8_FROM_SOURCE=1 cargo build -vv
```

When building V8 from source, there are more dependencies:
Expand Down

0 comments on commit cf43d22

Please sign in to comment.