diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-05-07 09:31:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 09:31:00 +0200 |
commit | f065ddbdb22d7f0b9ead2c2179b5b37ba960bb80 (patch) | |
tree | 4a76aeff88ac513364a4d0cd154844902eab3813 | |
parent | 140053502bd5ce162ab7e6bfbb151494381d704c (diff) | |
parent | 58fad91b0b302d0c6e019a329a4fd2d20fa63454 (diff) | |
download | afl++-f065ddbdb22d7f0b9ead2c2179b5b37ba960bb80.tar.gz |
Merge pull request #354 from jtpereyda/readme-apt-flex
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 ``` |