119
edits
(note that instructions don't work for Ubuntu 22.04) |
(another try at fixing bad character in (cd depot_tools ... line) |
||
Line 114: | Line 114: | ||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git | git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git | ||
export DEPOT_TOOLS=`pwd`/depot_tools | export DEPOT_TOOLS=`pwd`/depot_tools | ||
(cd depot_tools | (cd depot_tools && git checkout e7d1862b155ac3ccbef72c4d70629b5c88ffcb32 ) | ||
export PATH=$DEPOT_TOOLS:$PATH ; \ | export PATH=$DEPOT_TOOLS:$PATH ; \ | ||
export DEPOT_TOOLS_UPDATE=0 ; \ | export DEPOT_TOOLS_UPDATE=0 ; \ | ||
Line 121: | Line 121: | ||
cd webrtc-checkout | cd webrtc-checkout | ||
fetch --nohooks webrtc # populates .gclient and .gclient_entries | fetch --nohooks webrtc # populates .gclient and .gclient_entries | ||
(cd src | (cd src && git checkout edd7f9e94d) | ||
gclient sync | gclient sync | ||
cd src | cd src | ||
Line 132: | Line 132: | ||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git | git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git | ||
export DEPOT_TOOLS=`pwd`/depot_tools | export DEPOT_TOOLS=`pwd`/depot_tools | ||
(cd depot_tools | (cd depot_tools && git checkout e7d1862b155ac3ccbef72c4d70629b5c88ffcb32 ) | ||
export PATH=$DEPOT_TOOLS:$PATH ; \ | export PATH=$DEPOT_TOOLS:$PATH ; \ | ||
export DEPOT_TOOLS_UPDATE=0 ; \ | export DEPOT_TOOLS_UPDATE=0 ; \ |
edits