diff options
author | Joshua Pereyda <jtpereyda@users.noreply.github.com> | 2020-05-06 16:00:23 -0700 |
---|---|---|
committer | Joshua Pereyda <jtpereyda@users.noreply.github.com> | 2020-05-06 16:00:23 -0700 |
commit | 58fad91b0b302d0c6e019a329a4fd2d20fa63454 (patch) | |
tree | eaf689043aa808563af7c16e01a14289e7293f18 | |
parent | 01b5aa123df8200f6c071f6ee1f3c05722b12fee (diff) | |
download | afl++-58fad91b0b302d0c6e019a329a4fd2d20fa63454.tar.gz |
add flex to apt install list
-rw-r--r-- | README.md | 2 |
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 ``` |