- 使用miniconda 创建虚拟环境
conda create -n cppmatplot python=3.8 - 下载源码
https://github.com/lava/matplotlib-cpp.git - 编译
cd matplotlib-cpp
mkdir build
vim ../CMakelist.txt
添加如下代码
set(Python3_FIND_STRATEGY LOCATION)
set(Python3_ROOT_DIR "*/miniconda3/envs/cppmatplot")
make -j32
sudo make install - 使用
https://github.com/jamefrank/cppmatplotlib.git
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。