红联Linux门户
Linux帮助

Ubuntu下Chromium源码的编译

发布时间:2015-12-03 15:58:38来源:linux网站作者:leer168

一、失败的经历

印象中,谷歌建议Ubuntu版本。但是我找不到出处了,模糊的印象。不知道是不是这样?

1.Ubuntu-desktop-amd64 + Virtual Box 安装git-core失败,后续都不能进行,遂放弃。

2.Ubuntu-desktop-amd64 + VMware Workstation,进行顺利,就是几个文件下不来,不能执行编译

(naclsdk_linux_x86.tgz、naclsdk_pnacl_linux_x86.tgz、naclsdk_pnacl_translator.tgz、toolchain_linux_x86.tar.bz2)


二、成功的经历

1.环境Ubuntu-desktop-amd64 + VMware Workstation

2.步骤参考https://code.google.com/p/chromium/wiki/LinuxBuildInstructions,这里写的比较详细,我的步骤可以简化为,下载完tarball后,

a.安装git-core

b.build/install-build-deps.sh

c.Install depot_tools   git clone  https://chromium.googlesource.com/chromium/tools/depot_tools.git

d..bashrc添加 export PATH="$PATH":`pwd`/depot_tools

e.gclient sync --force

f.ninja -C out/Debug chrome

Ubuntu下Chromium源码的编译

Ubuntu下Chromium源码的编译

上面是成功的界面,编译和Link都要很长时间,3-4小时吧。

我的顺序和谷歌提供的不太一样,有些简化,有的顺序倒了一下。


Ubuntu下Chromium for Android源码的编译:http://www.linuxdiyf.com/linux/16223.html

Fedora21安装Chromium浏览器:http://www.linuxdiyf.com/linux/14370.html

Ubuntu 15.10下的Chromium浏览器安装flash:http://www.linuxdiyf.com/linux/14853.html

Ubuntu15.10里Chromium浏览器控制插件的运行:http://www.linuxdiyf.com/linux/14847.html

Ubuntu再体验之【浏览器】--Chromium安装拓展程序、安装插件(36:http://www.linuxdiyf.com/linux/14290.html