vnpy/binding/doc/build.md
nanoric 16eb0bf44c [Mod] rename Readme.md into README.md
[Mod] updated build instruments
[Mod] move all documents into /doc
2019-01-22 03:49:43 -04:00

18 lines
475 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](./build.windows.md)
* Linux : [build.linux.md](./build.linux.md)