HOWTO build libs
Links used: http://ninjanetic.com/how-to-get-started-with-webrtc-and-ios-without-wasting-10-hours-of-your-life/ http://www.webrtc.org/reference/getting-started
-
create work directory
-
get depot tools and add them to PATH
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
- copy to work directory, uncomment line '#fetch || fail' for first time, and run makeall-iossim.sh for build and run on simulator, and makeall-iosdevice.sh for phone. Fetch will take a lot of time. After build copy .a files from /src/out_sim/Debug or /src/out_ios/Debug-iphoneos to libs directory in WebRTCTest.