114 Star 966 Fork 238

GVP李昂/pikapython

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install_dependency.sh 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
李昂 提交于 2022-05-02 18:11 +08:00 . use copy instead of link in docker
sudo apt install cmake -y
sudo apt install g++ -y
sudo apt install valgrind -y
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
sudo apt install ninja-build -y
rm google_benchmark -rf
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/Lyon1998/pikapython.git
git@gitee.com:Lyon1998/pikapython.git
Lyon1998
pikapython
pikapython
master

搜索帮助