浏览代码

update README

DevYK 3 年之前
父节点
当前提交
4f1db9125d
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      README.md

+ 1 - 3
README.md

@@ -11,11 +11,9 @@
 git clone https://git.yishihui.com/VideoProcessing/PQCVMedia.git
 
 cd PQCVMedia
-mkdir build && cd build
 
-cmake -DCMAKE_BUILD_TYPE=Release ..
+./build.sh
 
-make -j8 && make install
 echo "安装成功,在当前 output/lib 下"
 
 ```