From 51dca73030295b2efda68bd83518b01d86833663 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 17 Sep 2020 13:05:05 +0200 Subject: [PATCH] build.md [skip ci] --- doc/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build.md b/doc/build.md index fb2cc5a5..fb471434 100644 --- a/doc/build.md +++ b/doc/build.md @@ -18,11 +18,11 @@ with C++" workload is recommended. export GRAALVM_HOME=~/Downloads/graalvm-ce-java11-20.1.0 ``` - On Windows, from the Visual Studio 2019 Developer Command Prompt or `cmd.exe` (not Powershell): + On Windows, from the [Visual Studio 2019 x64 Native Tools Command Prompt](https://github.com/oracle/graal/issues/2116#issuecomment-590470806) or `cmd.exe` (not Powershell): ``` set GRAALVM_HOME=%USERPROFILE%\Downloads\graalvm-ce-java11-20.1.0 ``` - If you are not running from the Developer Command Prompt, you will need to set additional environment variables using: + If you are not running from the x64 Native Tools Command Prompt, you will need to set additional environment variables using: ``` call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" ```