Friday, November 20, 2009

Chrome: Build

http://code.google.com/p/chromium/wiki/LinuxBuildInstructions
http://dev.chromium.org/developers/how-tos/install-gclient
http://dev.chromium.org/developers/how-tos/get-the-code



1. Install depot_tools
2. gclient config http://src.chromium.org/svn/trunk/src
3. export GYP_GENERATORS="make" (this will generate corresponding build script)
4. gclient sync (gclient runhooks --force)
5. make

No comments:

Related Posts Plugin for WordPress, Blogger...