about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-05-07 09:31:00 +0200
committerGitHub <noreply@github.com>2020-05-07 09:31:00 +0200
commitf065ddbdb22d7f0b9ead2c2179b5b37ba960bb80 (patch)
tree4a76aeff88ac513364a4d0cd154844902eab3813
parent140053502bd5ce162ab7e6bfbb151494381d704c (diff)
parent58fad91b0b302d0c6e019a329a4fd2d20fa63454 (diff)
downloadafl++-f065ddbdb22d7f0b9ead2c2179b5b37ba960bb80.tar.gz
Merge pull request #354 from jtpereyda/readme-apt-flex
add flex to apt install list
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 690451a2..04ead78e 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ afl++ has many build options.
 The easiest is to build and install everything:
 
 ```shell
-$ sudo apt install build-essential libtool-bin python3 automake bison libglib2.0-dev libpixman-1-dev clang python-setuptools llvm
+$ sudo apt install build-essential libtool-bin python3 automake flex bison libglib2.0-dev libpixman-1-dev clang python-setuptools llvm
 $ make distrib
 $ sudo make install
 ```