about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-03-09 17:22:13 +0100
committerGitHub <noreply@github.com>2021-03-09 17:22:13 +0100
commita723156740d47c59377d1d8c2a6ca208fe510e20 (patch)
tree299ccb588e2abb92e4aa6cd625894159fed99dea /README.md
parent0868ea8348ebc682c370d763324b49536ee4c1f7 (diff)
parent5a6ad71f3f657f488266f8363a74f2ce4497c0a3 (diff)
downloadafl++-a723156740d47c59377d1d8c2a6ca208fe510e20.tar.gz
Merge pull request #785 from MarcoFalke/patch-1
doc: Add lld to required dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d4e39566..2a27c5da 100644
--- a/README.md
+++ b/README.md
@@ -175,7 +175,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 clang llvm llvm-dev libstdc++-dev
+sudo apt install build-essential python3-dev automake flex bison libglib2.0-dev libpixman-1-dev python3-setuptools clang lld llvm llvm-dev libstdc++-dev
 make distrib
 sudo make install
 ```