vnpy/binding/Build.md

18 lines
433 B
Markdown
Raw Normal View History

2019-01-21 09:48:00 +00:00
# Building vnpy.bindings
vnpy.binding使用CMake作为构建系统正常地使用CMake去构建即可。
我们也提供了针对不同操作系统的简单教程。
## 前置要求
* Python3
* 支持C++17标准及以上的C++编译器(Visual Studio 2017+GCC7+)
* CMake
## 简单教程
针对不同操作系统有不同的构建方式,请查看对应的文件。
* Windows : Build.Windows.md
* Linux : Build.Linux.md