This repository was archived by the owner on Apr 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
OS X 10.10.5 (X.X)
sukinull edited this page Sep 7, 2015
·
1 revision
This document works fine with webrtc commit: 9eb1365939683cc5462a5359344148efb7d84f97
Install depot_tools and fetch webrtc sources
- Download depot_tools for chromium repo
cd ~/
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
- Set up environmental variables and prepare local environment
mkdir webrtc-checkout
cd webrtc-checkout
- Download webrtc code
fetch webrtc
- Download webrtc and dependencies (this may take a while). Running this command twice ensures you have all dependencies (ipop-project thinks, and I believe)
gclient sync --force
gclient sync --force
- Generate ninja project
gclient runhooks --force
- Build
python webrtc/build/gyp_webrtc -Dtarget_arch=ia32
ninja -C out/Debug
ninja -C out/Release
Build the code
gclient