Browse Source

update README

DevYK 3 years ago
parent
commit
4f1db9125d
1 changed files with 1 additions and 3 deletions
  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 下"
 
 ```