Update FAQ.md

ref #1735
This commit is contained in:
Matthis Thorade
2018-09-19 19:00:36 +02:00
committed by GitHub
parent 514ee59e27
commit 7cd82d9dc3

2
FAQ.md
View File

@@ -72,7 +72,7 @@ Compilation
2. **Building Python wrapper on Windows fails with an error similar to**
```
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
```
Different versions of Python (2.7, 3.6, etc.) are built with and require specific versions of the Microsoft Visual C++ compiler. Please see the [common wrapper prerequisites](http://www.coolprop.org/dev/coolprop/wrappers/index.html#wrapper-common-prereqs) specifically for Windows build requirements.