diff options
| author | Ruben ten Hove <git@rhtenhove.nl> | 2020-05-14 14:34:01 +0200 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-05-14 21:47:04 +0200 |
| commit | 74eae83b54bf5ad79c35598f8d55019d3287c155 (patch) | |
| tree | 33fb72a0e757854f305c56c0f15f739439f2e9ea /README.md | |
| parent | 324b44872c4f292594889305886eea0d77208479 (diff) | |
| download | afl++-74eae83b54bf5ad79c35598f8d55019d3287c155.tar.gz | |
use only python3 in new builds
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index a2c81aa4..216fea95 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 flex bison libglib2.0-dev libpixman-1-dev clang python-setuptools llvm +$ sudo apt install build-essential libtool-bin python3-dev automake flex bison libglib2.0-dev libpixman-1-dev clang python3-setuptools llvm $ make distrib $ sudo make install ``` |
