about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-10 15:58:00 +0100
committervan Hauser <vh@thc.org>2020-12-10 15:58:00 +0100
commitaf403e5872f9ed640e3148105b6731c9a8f48225 (patch)
tree142897e773760c0cceadde4b448a4b694e7fd1bb
parenta686c1361ce353c6f47939eb7af1f264f0ce4853 (diff)
downloadafl++-af403e5872f9ed640e3148105b6731c9a8f48225.tar.gz
install more llvm
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 16c85e26..8e7f99dc 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,7 @@ If you want to build afl++ yourself you have many options.
 The easiest choice is to build and install everything:
 
 ```shell
-sudo apt install build-essential python3-dev automake flex bison libglib2.0-dev libpixman-1-dev clang python3-setuptools llvm
+sudo apt install build-essential python3-dev automake flex bison libglib2.0-dev libpixman-1-dev clang python3-setuptools clang llvm llvm-dev libstdc++-dev
 make distrib
 sudo make install
 ```