编译1234$ mkdir build && cd build$ cmake -DCMAKE_INSTALL_PREFIX:PATH="/path/to/install" -DBUILD_SHARED_LIBS=1 .. # 编译共享库,如需打包静态 ...
確定! 回上一頁