1 Star 16 Fork 2

Gitee 极速下载/bmf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/BabitMF/bmf
克隆/下载
build_aarch64.sh 672 Bytes
一键复制 编辑 原始数据 按行查看 历史
sbrave 提交于 2023-08-24 14:08 . Ci test (#24)
#!/bin/bash
# Default build type - Release
BUILD_TYPE="Release"
# Retrieve submodules
#git submodule update --init --recursive # unable to do so in scm
cp -a -r /usr/local/glog/. 3rd_party/glog
cp -a -r /usr/local/googletest/. 3rd_party/gtest
# Generate BMF version
source ./version.sh
# Build Arm
export HOME=/usr/local
mkdir -p build_aarch64
cd build_aarch64
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
-DCMAKE_TOOLCHAIN_FILE=../cmake/aarch64-toolchain.cmake \
-DBMF_BOOST_STATIC_LIBS=ON \
-DBMF_BUILD_VERSION=${BMF_BUILD_VERSION} \
-DBMF_BUILD_COMMIT=${BMF_BUILD_COMMIT} ..
make -j8
# Reduce output size
rm -rf output/example
# Output
mv output ../
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/bmf.git
git@gitee.com:mirrors/bmf.git
mirrors
bmf
bmf
master

搜索帮助