diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-03-09 17:05:13 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-03-09 17:08:55 +0100 |
commit | 5a6ad71f3f657f488266f8363a74f2ce4497c0a3 (patch) | |
tree | 34871ea6b81a8b03d77a7c5bb8f75b2f231e8c4b | |
parent | 976cb3e36c130dc31fb189e9bb4f036730fca7ee (diff) | |
download | afl++-5a6ad71f3f657f488266f8363a74f2ce4497c0a3.tar.gz |
doc: Add lld to required dependencies
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 6b11fee4..40926071 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 ``` |