aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-11-02 14:15:44 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-11-02 14:15:44 +0100
commita260d34b4997d86ec158843c2362dae009e3bcf7 (patch)
tree0c4ed87b721ee10b40d4a7c85f8fffc8b06182ba /README.md
parent54ed02ef4771b227b000baa5e491e13e514d235e (diff)
downloadAFLplusplus-a260d34b4997d86ec158843c2362dae009e3bcf7.tar.gz
persistent hook example
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 26a81d9d..f955aedd 100644
--- a/README.md
+++ b/README.md
@@ -166,7 +166,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 libtool-bin 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 llvm
make distrib
sudo make install
```