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