about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoshua Pereyda <jtpereyda@users.noreply.github.com>2020-05-06 16:00:23 -0700
committerJoshua Pereyda <jtpereyda@users.noreply.github.com>2020-05-06 16:00:23 -0700
commit58fad91b0b302d0c6e019a329a4fd2d20fa63454 (patch)
treeeaf689043aa808563af7c16e01a14289e7293f18
parent01b5aa123df8200f6c071f6ee1f3c05722b12fee (diff)
downloadafl++-58fad91b0b302d0c6e019a329a4fd2d20fa63454.tar.gz
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
 ```