搜索
查看
编辑修改
首页
UNITY
NODEJS
PYTHON
AI
GIT
PHP
GO
CEF3
JAVA
HTML
CSS
搜索
从前慢现在也慢
这个屌丝很懒,什么也没留下!
关注作者
热门标签
jquery
HTML
CSS
PHP
ASP
PYTHON
GO
AI
C
C++
C#
PHOTOSHOP
UNITY
iOS
android
vue
xml
爬虫
SEO
LINUX
WINDOWS
JAVA
MFC
CEF3
CAD
NODEJS
GIT
Pyppeteer
article
热门文章
1
Oracle Http Server安装mod_python,运行报错fatal: Not a git repository (or any of the parent directories)_python not a git repository
2
EGO-Planner详解(1)之论文解读_ego-planner避障算法
3
git解决jupyter notebook同步问题_jupyter 每次内容不一样 git
4
NameError: name 'FileNotFoundError' is not defined的解决方案
5
大数据Hive——数据倾斜_数据倾斜分桶
6
USB转串口双向转换芯片FT2232H_ft2232h-jtag
7
如何外网访问登录员工管理系统平台_hr 网络安全 应用
8
python pyplot画图_2.4 matplotlib pyplot绘图
9
使用fastjson自定义是否序列化或反序列化_fastjson2 自定义redis反序列化类
10
Java - Random生成随机数_math.random函数
当前位置:
article
> 正文
ubuntu16.04编译CEF的arm版的步骤及问题_cef arm
作者:从前慢现在也慢 | 2024-08-01 04:55:27
赞
踩
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
推荐阅读
article
Kafuka
Ubuntu
1
6.04.
1
环境
搭建过程记录...
Kafka Ubuntu
1
6.04.
1
环境
搭建过程记录本文记录kafka
环境
搭建过程,用于前端展示用数据存储以及消费。...
赞
踩
article
ubuntu16.04 安装
oracle11g
(2022.6.5)_1.
create
direc...
记录ubuntu16.04安装
oracle11g
过程,主要参考了国外的一篇博客,这里给贴了一下,以及过程中出现的错误及处...
赞
踩
article
ubuntu16.04
编译
CEF
的
arm
版_
arm
移植
qcef
...
CEF
介绍Chromium Embedded Framework (
CEF
)是个基于Google Chromium项目的...
赞
踩
article
SLAM学习
1
Ubuntu
1
6.04安装ROS-
kinetic
_
ubuntu
1
6.04如何运...
1
\sudo sh -c 'echo "deb http://packages.ros.org/ros/
ubuntu
$...
赞
踩
article
Ubuntu16.04下E: Unable to
fetch
some
archives
, mayb...
多次在
apt
install时候遇到E: Unable to
fetch
some
archives
,
maybe
ru...
赞
踩
相关标签
kafka
linux
ubuntu
数据库
编译