diff options
| author | Christian Moritz <chrmoritz@gmail.com> | 2019-05-24 00:58:15 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-30 13:18:30 -0400 |
| commit | 15dadf812c95c3dd2b93b1ba41ef488baeeac0c1 (patch) | |
| tree | 49e33ea60524aa41aaadc19d8690285eb9974728 /website | |
| parent | 4c80394f54bf68e8e961fbc6275cd536717bc7f6 (diff) | |
tools/third_party: add DENO_GN_PATH and DENO_NINJA_PATH env vars
Diffstat (limited to 'website')
| -rw-r--r-- | website/manual.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/website/manual.md b/website/manual.md index ceb3a51b8..d8590e0f6 100644 --- a/website/manual.md +++ b/website/manual.md @@ -205,10 +205,16 @@ Extra steps for Windows users: # Update third_party modules git submodule update + +# Skip downloading binary build tools and point the build +# to the system provided ones (for packagers of deno ...). +./tools/setup.py --no-binary-download +export DENO_BUILD_ARGS="clang_base_path=/usr clang_use_chrome_plugins=false" +DENO_GN_PATH=/usr/bin/gn DENO_NINJA_PATH=/usr/bin/ninja ./tools/build.py ``` Environment variables: `DENO_BUILD_MODE`, `DENO_BUILD_PATH`, `DENO_BUILD_ARGS`, -`DENO_DIR`. +`DENO_DIR`, `DENO_GN_PATH`, `DENO_NINJA_PATH`. ## API reference |
