vnpy/binding/Build.md
2019-01-21 05:48:38 -04:00

18 lines
433 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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