ソースを参照

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 下"
 
 ```