about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
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