Ver código fonte

Update install_dependency.sh

Lyon 3 anos atrás
pai
commit
006fc8ed2e
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      port/linux/install_dependency.sh

+ 1 - 0
port/linux/install_dependency.sh

@@ -3,6 +3,7 @@ apt install g++ -y
 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
 
 
 git clone https://github.com/google/benchmark.git google_benchmark && cd google_benchmark && cmake -E make_directory "build" && cmake -E chdir "build" cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release ../ && cmake --build "build" --config Release && sudo cmake --build "build" --config Release --target install
 git clone https://github.com/google/benchmark.git google_benchmark && cd google_benchmark && cmake -E make_directory "build" && cmake -E chdir "build" cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release ../ && cmake --build "build" --config Release && sudo cmake --build "build" --config Release --target install
+apt install ninja-build -y
 
 
 rm google_benchmark -rf
 rm google_benchmark -rf