#!/bin/bash mkdir build && cd build #Release Debug cmake -DCMAKE_BUILD_TYPE=Debug .. make -j4 echo "安装成功,在当前 output/lib 下"