From 9ca14acf5e858a323178912cc27c3db5c97b82a3 Mon Sep 17 00:00:00 2001 From: Iceman Date: Mon, 30 Mar 2020 15:27:32 +0200 Subject: [PATCH] Update Mac-OS-X-Homebrew-Installation-Instructions.md --- .../Mac-OS-X-Homebrew-Installation-Instructions.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md b/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md index 6ce8b5990..367452454 100644 --- a/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md @@ -85,6 +85,12 @@ These instructions will show how to setup the environment on OSX to the point wh brew install readline qt5 pkgconfig brew install RfidResearchGroup/proxmark3/arm-none-eabi-gcc ``` +3. (optional) Install makefile dependencies: +``` +brew install recode +brew install astyle +``` + ## Compile and use the project