diff options
| author | van Hauser <vh@thc.org> | 2021-03-09 17:22:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-09 17:22:13 +0100 |
| commit | a723156740d47c59377d1d8c2a6ca208fe510e20 (patch) | |
| tree | 299ccb588e2abb92e4aa6cd625894159fed99dea /README.md | |
| parent | 0868ea8348ebc682c370d763324b49536ee4c1f7 (diff) | |
| parent | 5a6ad71f3f657f488266f8363a74f2ce4497c0a3 (diff) | |
| download | afl++-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.md | 2 |
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 ``` |
