about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-07-22 15:16:04 +0200
committervanhauser-thc <vh@thc.org>2021-07-22 15:16:19 +0200
commit183d9a3f07acf0ab9bb28359c2c0852eab8e7c10 (patch)
tree2457e065de0842e771206d02937b4d78bd5aa656 /docs
parent44ffcf7ede7f25aec354709fef0ce2a7e3212a37 (diff)
downloadafl++-183d9a3f07acf0ab9bb28359c2c0852eab8e7c10.tar.gz
MacOS nits
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index f6c126a1..b3f9fb96 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -74,12 +74,15 @@ 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 llvm`
+`brew install wget git make cmake llvm`
 
-Be sure to setup PATH to point to the correct clang binaries and use gmake, e.g.:
+Be sure to setup PATH to point to the correct clang binaries and use the
+freshly installed clang, clang++ and gmake, e.g.:
 
 ```
 export PATH="/usr/local/Cellar/llvm/12.0.1/bin/:$PATH"
+export CC=clang
+export CXX=clang++
 gmake
 cd frida_mode
 gmake