BBohua ZhanUpdate readme.
2605280f创建于 2025年10月29日历史提交
#!/bin/bash
# matplot++
cd src/thirdParty/matplot++
if [ ! -d "./build" ]; then
    mkdir build
fi
cd build
cmake -G "MinGW Makefiles" ..
mingw32-make -j4
mv libcjmat.dll ../../solib
cd ../../../..