diff --git a/README.md b/README.md index d73ab8a..b685bc6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ matplotlib-cpp Welcome to matplotlib-cpp, possibly the simplest C++ plotting library. It is built to resemble the plotting API used by Matlab and matplotlib. +## 安装 +- 把header放到`/usr/local/include`里面 +- 在cmake里添加 +``` +find_package(PythonLibs 2.7) +add_executable(test test.cc) +target_include_directories(test PRIVATE ${PYTHON_INCLUDE_DIRS}) +target_link_libraries(test ${PYTHON_LIBRARIES}) +``` Usage
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: