Update instructions to get around common error.

Update instructions for a common error if VS2013 is missing.
This commit is contained in:
tejasshah7 2020-11-18 11:03:53 -08:00 коммит произвёл GitHub
Родитель 0420b9ff41
Коммит 3585c995f5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -35,6 +35,12 @@ Open a `PowerShell` command line to follow the steps below.
cd iis
.\build_release_amd64.bat
```
If there is an error like:
Checking for vcargs... "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat"
The system cannot find the path specified.
Then download and install Microsoft Visual Studio 2013 from https://my.visualstudio.com/Downloads?q=2013 and retry.
This will produce the binaries and place them into `ModSecurity\iis\release\amd64` directory.