From 74f2b8a3d39e277343fa79986901887ce980c884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20Sabater?= Date: Mon, 13 Jul 2020 01:58:51 +0200 Subject: [PATCH] Update build_windows.md Added info about command execution that toke me many time to find out --- Docs/build_windows.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Docs/build_windows.md b/Docs/build_windows.md index 614fbee88..2dc272949 100644 --- a/Docs/build_windows.md +++ b/Docs/build_windows.md @@ -23,6 +23,9 @@ The build process can be quite long and tedious. The **[F.A.Q.](build_faq.md)**
To execute the make commands below, you must use the Visual Studio 2017 native console x64 with administrator rights, otherwise you may be getting permission errors. +!!! Important + To execute the "make" commands below, you MUST use the Visual Studio 2017 native console x64 WITH administrator rights, otherwise you may be getting permission errors. + ```sh # Make sure to meet the minimum requirements