Created
August 27, 2012 01:09
-
-
Save micrypt/3484822 to your computer and use it in GitHub Desktop.
Building Chromium on OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install depot_tools | |
$ mkdir chromium | |
$ cd chromium/ | |
$ gclient config https://src.chromium.org/chrome/trunk/src | |
$ svn ls https://src.chromium.org/chrome | |
$ gclient sync --revision src@153389 | |
$ cd src/chrome | |
$ xcodebuild -project chrome.xcodeproj -configuration Debug -target chrome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment