diff options
| author | vanhauser-thc <vh@thc.org> | 2021-08-02 10:15:13 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-08-02 10:15:13 +0200 |
| commit | 8ad6e7c1404be214ea25692cbd9093aad3dff9ae (patch) | |
| tree | 96db1a3ee30be0b8f6fdc241cc93ee5817ca3959 /docs/INSTALL.md | |
| parent | 382439b58fa81cb529188649a30e5c95b084a404 (diff) | |
| download | afl++-8ad6e7c1404be214ea25692cbd9093aad3dff9ae.tar.gz | |
fix afl_preload issues on macos
Diffstat (limited to 'docs/INSTALL.md')
| -rw-r--r-- | docs/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index b3f9fb96..17af532a 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -74,7 +74,7 @@ and depend mostly on user feedback. To build AFL, install llvm (and perhaps gcc) from brew and follow the general instructions for Linux. If possible avoid Xcode at all cost. -`brew install wget git make cmake llvm` +`brew install wget git make cmake llvm gdb` Be sure to setup PATH to point to the correct clang binaries and use the freshly installed clang, clang++ and gmake, e.g.: |
