diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-08-08 21:22:47 +0200 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-08-08 21:22:47 +0200 |
commit | ab43289c1a6232a308eeba9ed9b1a8fe8168f72d (patch) | |
tree | 873a5c822e7572c9146d4a4f24a832dc867838e5 /docs/INSTALL.md | |
parent | c779262d8924daa4ac2c127db2a699c818c3c709 (diff) | |
parent | df74625df0324e17178dbf3c7c03484719ef6dd0 (diff) | |
download | afl++-ab43289c1a6232a308eeba9ed9b1a8fe8168f72d.tar.gz |
Merge branch 'dev' into docs_edit_remote_monitoring
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.: |