From 5837ce464c3283dc13f7bec237902b8c637f462d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 28 Mar 2020 10:00:14 -0400 Subject: upgrade: rusty_v8 to v0.3.9 (#4505) --- std/manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'std') diff --git a/std/manual.md b/std/manual.md index b9f337170..f073d1508 100644 --- a/std/manual.md +++ b/std/manual.md @@ -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: -- cgit v1.2.3