From b4e3f22259397629f1e2a66dd17c36d19c4ecb0d Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 6 May 2020 01:04:13 +0200 Subject: update llvm version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 222afab7..690451a2 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ (3) partially via AFL_CODE_START/AFL_CODE_END - (4) Only for LLVM >= 9 and not all targets compile + (4) Only for LLVM >= 11 and not all targets compile (5) upcoming, development in the branch -- cgit 1.4.1 From 58fad91b0b302d0c6e019a329a4fd2d20fa63454 Mon Sep 17 00:00:00 2001 From: Joshua Pereyda Date: Wed, 6 May 2020 16:00:23 -0700 Subject: add flex to apt install list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 ``` -- cgit 1.4.1