[Merge] pull request #1356 from nanoric/patch-1

Update build.windows.md
This commit is contained in:
vn.py 2019-01-25 09:40:17 +08:00 committed by GitHub
commit b6c5c19486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,9 @@
* [CMake][CMake] * [CMake][CMake]
* [Visual Studio 2017][VS2017] with C++ Desktop Development * [Visual Studio 2017][VS2017] with C++ Desktop Development
> 在安装CMake的时候必须勾选将CMake加入PATH
> 在安装Visual Studio的时候必须勾选使用C++的桌面开发(Desktop Development with C++)
## 编译步骤 ## 编译步骤
确保你安装好了Python3CMake还有Visual Studio和C++编译环境,下载好[vnpy]并解压。 确保你安装好了Python3CMake还有Visual Studio和C++编译环境,下载好[vnpy]并解压。
@ -23,4 +26,4 @@ msbuild vnpy_binding.sln /p:Configuration=Release /p:Platform=x64
[Python]:https://www.python.org/ftp/python/3.7.2/python-3.7.2-amd64-webinstall.exe [Python]:https://www.python.org/ftp/python/3.7.2/python-3.7.2-amd64-webinstall.exe
[CMake]:https://github.com/Kitware/CMake/releases/download/v3.13.3/cmake-3.13.3-win64-x64.msi [CMake]:https://github.com/Kitware/CMake/releases/download/v3.13.3/cmake-3.13.3-win64-x64.msi
[VS2017]:https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=15# [VS2017]:https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=15#
[vnpy]:https://github.com/vnpy/vnpy/archive/v2.0-DEV.zip [vnpy]:https://github.com/vnpy/vnpy/archive/v2.0-DEV.zip