forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
hadesgames edited this page Mar 23, 2012
·
16 revisions
Welcome to the ADRO WebKit Hackaton!
Search the Code! BuildingGTK Glib2.31.22
[Building Chromium]
Get the repo (depot + src): http://code.google.com/p/chromium/wiki/UsingGit
Set depot directory in your $PATH variable
$ export PATH="$PATH":
pwd/depot_tools
Do gclient config http://src.chromium.org/svn/trunk/src
gclient sync
IMPORTANT:./build/gyp_chromium -D component=shared_library -D disable_nacl=1
make -j8 chrome
Tips and Tricks for using Git with WebKit