summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author Charlie Boutier <charliebout@google.com> 2021-10-07 09:48:00 +0000
committer Charlie Boutier <charliebout@google.com> 2021-10-07 10:00:14 +0000
commitc921471b8e53f510674c5a4d338d39cd92683f98 (patch)
treead0555ad59a09e9b5448ce7d68b4a4eb3c5815e6 /README.md
parentc695035da215dc8cf0c010c70d9368ef4b8440e4 (diff)
Readme: Add missing dependencies
Tag: #floss Change-Id: Ia701bd7d4e26ec981398d66df4af798da35ae009
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index fd1b689cde..be0f03cbe5 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,8 @@ sudo apt-get install repo git-core gnupg flex bison gperf build-essential \
libflatbuffers-dev libtinyxml2-dev \
libglib2.0-dev libevent-dev libnss3-dev libdbus-1-dev \
libprotobuf-dev ninja-build generate-ninja protobuf-compiler \
- libre2-9 debmake
+ libre2-9 debmake \
+ llvm libc++abi-dev
```
You will also need a recent-ish version of Rust and Cargo. Please follow the
@@ -78,13 +79,13 @@ mkdir -p outdir/{modp_b64,libchrome}
pushd modp_b64
./gen-src-pkg.sh $(readlink -f ../outdir/modp_b64)
popd
-sudo dpkg -i outdir/modp_b64/*.dpkg
+sudo dpkg -i outdir/modp_b64/*.deb
# Build and install libchrome
pushd libchrome
./gen-src-pkg.sh $(readlink -f ../outdir/libchrome)
popd
-sudo dpkg -i outdir/libchrome/*.dpkg
+sudo dpkg -i outdir/libchrome/*.deb
```
The googletest packages provided by Debian/Ubuntu (libgmock-dev and