From c758d217122186e9e413b3c63cab48c4291485b6 Mon Sep 17 00:00:00 2001 From: nanoric Date: Wed, 23 Jan 2019 22:32:17 -0400 Subject: [PATCH 1/2] Update build.windows.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 提示将CMake加入PATH --- binding/doc/build.windows.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/binding/doc/build.windows.md b/binding/doc/build.windows.md index 2fd3807f..4a3ee38f 100644 --- a/binding/doc/build.windows.md +++ b/binding/doc/build.windows.md @@ -7,6 +7,8 @@ * [CMake][CMake] * [Visual Studio 2017][VS2017] with C++ Desktop Development +> 在安装CMake的时候必须勾选将CMake加入PATH + ## 编译步骤 确保你安装好了Python3,CMake还有Visual Studio和C++编译环境,下载好[vnpy]并解压。 @@ -23,4 +25,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 [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# -[vnpy]:https://github.com/vnpy/vnpy/archive/v2.0-DEV.zip \ No newline at end of file +[vnpy]:https://github.com/vnpy/vnpy/archive/v2.0-DEV.zip From b646ebe0c3d1dc4859b3e1840864ce3cd4a89d62 Mon Sep 17 00:00:00 2001 From: nanoric <475647575@qq.com> Date: Thu, 24 Jan 2019 05:34:08 -0400 Subject: [PATCH 2/2] Update build.windows.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加Visual Studio安装的细节 --- binding/doc/build.windows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/binding/doc/build.windows.md b/binding/doc/build.windows.md index 4a3ee38f..c28989eb 100644 --- a/binding/doc/build.windows.md +++ b/binding/doc/build.windows.md @@ -8,6 +8,7 @@ * [Visual Studio 2017][VS2017] with C++ Desktop Development > 在安装CMake的时候必须勾选将CMake加入PATH +> 在安装Visual Studio的时候必须勾选使用C++的桌面开发(Desktop Development with C++) ## 编译步骤