diff options
author | Ankit Choudhary <ankitchoudhary202.ac@gmail.com> | 2020-02-23 02:31:50 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-22 22:01:50 +0100 |
commit | dd4c2604885487365d47f560818defdbf4a3b6e5 (patch) | |
tree | 26275b67d07ee5ee9510b29f8e80863c1fc07235 | |
parent | 524d792308a5436e2a57f73b0d4036aacac83323 (diff) | |
download | afl++-dd4c2604885487365d47f560818defdbf4a3b6e5.tar.gz |
packages at readme (#209)
* packages at readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 7c609389..b61cbfd0 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,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 $ make distrib $ sudo make install ``` |