119
edits
(Adding section linking to dependencies) |
(updated build instructions for moz-libwebrtc) |
||
Line 114: | Line 114: | ||
export DEPOT_TOOLS=`pwd`/depot_tools | export DEPOT_TOOLS=`pwd`/depot_tools | ||
(cd depot_tools ; git checkout e7d1862b155ac3ccbef72c4d70629b5c88ffcb32 ) | (cd depot_tools ; git checkout e7d1862b155ac3ccbef72c4d70629b5c88ffcb32 ) | ||
export PATH=$DEPOT_TOOLS:$PATH ; \ | |||
export DEPOT_TOOLS_UPDATE=0 ; \ | |||
export DEPOT_TOOLS_WIN_TOOLCHAIN=0 | |||
mkdir webrtc-checkout | mkdir webrtc-checkout | ||
cd webrtc-checkout | cd webrtc-checkout | ||
fetch --nohooks webrtc # populates .gclient and .gclient_entries | fetch --nohooks webrtc # populates .gclient and .gclient_entries | ||
(cd src ; git checkout edd7f9e94d) | (cd src ; git checkout edd7f9e94d) | ||
gclient sync | gclient sync | ||
cd src | cd src |
edits