0
Files
src/docs/linux
Daniel Cheng 685d73ade2 Update documentation for building instrumented libraries.
- `nih-dbus-tool` no longer exists, and is no longer needed. Remove it
  from the list of packages that need to be installed.
- Run `apt upgrade` after `apt update`, because why not.
- Document several additional build dependencies:
  - git so the GN invocation does not fail when trying to exec scripts
    that use git
  - gyp since several instrumented libraries (e.g. NSS) use gyp
  - fakeroot since several instrumented libraries use fakeroot
- Make the command for mounting /dev/shm more copy-pastable.
- Add basic directions for removing chroots.

Bug: 1369167
Change-Id: I89fd7f8bc8e5ec8d621ccdd0a74f4ae1144065be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5404471
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1279818}
2024-03-28 18:24:45 +00:00
..