Skip to content

Instantly share code, notes, and snippets.

@omo
Created October 14, 2012 08:50
Show Gist options
  • Save omo/3888055 to your computer and use it in GitHub Desktop.
Save omo/3888055 to your computer and use it in GitHub Desktop.
Build Breakpad for Mac OS (on ML)
# install gyp.
$ git clone http://git.chromium.org/external/gyp.git
# checkout breakpad.
$ svn checkout http://src.chromium.org/svn/trunk/src/breakpad/
$ cd breakpad
$ svn co http://google-breakpad.googlecode.com/svn/trunk/src
$ vi breakpad.gyp # To comment out reference to parent (..) directories.
# generate xcodeproj and build it.
$ ./../../src/gyp/gyp --depth src breakpad.gyp
$ xcodebuild -arch x86_64 -project breakpad.xcodeproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment