当前位置:   article > 正文

ubuntu16.04编译CEF的arm版的步骤及问题_cef arm

cef arm
#!/bin/sh -e
#1
mkdir ~/cef_arm2/automate
mkdir ~/cef_arm2/chromium_git


#2
cd ~/cef_arm2
curl 'https://chromium.googlesource.com/chromium/src/+/master/build/install-build-deps.sh?format=TEXT' | base64 -d > install-build-deps.sh
chmod 755 install-build-deps.sh
sudo ./install-build-deps.sh --arm


#3
sudo apt-get install libgtkglext1-dev


#4
cd ~/cef_arm2
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git


#5
export PATH=~/cef_arm2/depot_tools:$PATH


$6
cd ~/cef_arm2/automate
wget https://bitbucket.org/chromiumembedded/cef/raw/master/tools/automate/automate-git.py


#7.1
#创建~/git/cef_arm2/chromium_git/update.sh脚本,将下面的内容写入update.sh脚本中
#!/bin/bash
export CEF_USE_GN=1
export GYP_DEFINES&#
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/912373
推荐阅读
  

闽ICP备14008679号