1 Star 0 Fork 35

中华田园人/cdroid

forked from houzh/cdroid 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
x86build.sh 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
侯歌 提交于 2021-06-24 10:12 . CDROID's First commit
if [ $# -gt 0 ]
then
mkdir -p out-x86r
pushd out-x86r
TYPE=Release
else
mkdir -p out-x86
pushd out-x86
TYPE=Debug
fi
cmake -DCDROID_CHIPSET=x86 -DENABLE_RFB=ON \
-DCMAKE_INSTALL_PREFIX=./ \
-DCMAKE_BUILD_TYPE=${TYPE} \
..
popd
if [ ! -d "src/gui" ]; then
pushd deps/lib
mv libcairo.a libcairo_static.a
mv libjrtp.a libjrtplib-static.a
mv libgui.a libgui_static.a
mv libdvbepg.a libdvbepg_static.a
mv libtvhal.a libtvhal_static.a
popd
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/Chinese_pastoral_person/cdroid.git
git@gitee.com:Chinese_pastoral_person/cdroid.git
Chinese_pastoral_person
cdroid
cdroid
master

搜索帮助