139
edits
(give better instructions for first time running steps on fresh Ubuntu install) |
(Adding skeleton for third_party relocation) |
||
Line 257: | Line 257: | ||
- While loop-ff.sh is running, in a separate terminal window it may be helpful to see the overall progress by running: | - While loop-ff.sh is running, in a separate terminal window it may be helpful to see the overall progress by running: | ||
tail -f ~/log-loop-ff.txt | grep loop-ff | tail -f ~/log-loop-ff.txt | grep loop-ff | ||
== Moving third_party/libwebrtc/third_party/* to third_party/* == | |||
=== Motivation === | |||
=== Approach === | |||
=== Notes ==== | |||
# gclient setup | |||
# Nika's bazel hack | |||
# (lib)drm | |||
# libgmb | |||
# abseil-cpp | |||
# libyuv | |||
# libvpx | |||
# libdav1d | |||
# libaom | |||
# Linux shared library intricacies | |||
# dlopen | |||
# Ubuntu 18.04 LTS support | |||
# RedHat modifications | |||
# Vendoring headers |
edits