原生64Bit Chrome源码释出 可自行编译
2009年8月23日
发表评论
给Linux用户一则好消息,原生64Bit的Google Chrome(Chromium)源代码已经出现在互联网上,喜欢折腾的朋友可以去这里下载,然后自己编译使用。对于普通人来说,就还是别折腾了吧,估计等几天就有官方编译好的版本了。编译的方法为:

Setup your build for multiple architectures output directories
mv out out32
mkdir out64
ln -s out64 out
Re-run gyp to get 64 bit make files:
./tools/gyp/gyp -f make build/all.gyp -Dtarget_arch=x64
* If you’re building with gcc 4.4, you need to add -Dno_strict_aliasing=1 and -Dgcc_version=44 to the gyp line.
Build:
make -r -j6 chrome
除非特别声明,本站文章均为Chrome迷原创编译
我们欢迎任何形式的转载,但请务必注明出处,尊重他人的劳动就是尊重自己
转载文章请注明:文章转载自:Chrome迷 (http://www.chromi.org)
本文标题:原生64Bit Chrome源码释出 可自行编译
本文地址:http://www.chromi.org/archives/493
我们欢迎任何形式的转载,但请务必注明出处,尊重他人的劳动就是尊重自己
转载文章请注明:文章转载自:Chrome迷 (http://www.chromi.org)
本文标题:原生64Bit Chrome源码释出 可自行编译
本文地址:http://www.chromi.org/archives/493
