From bfe3c26277b6429e4cb61a976ca0924e4ce75f3a Mon Sep 17 00:00:00 2001 From: TheWaffleCopter <104417762+TheWaffleCopter@users.noreply.github.com> Date: Wed, 26 Mar 2025 07:34:04 +1100 Subject: [PATCH] Update macOS-Homebrew-Installation-Instructions.md Added openssl install dependency to resolve compile errors Signed-off-by: TheWaffleCopter <104417762+TheWaffleCopter@users.noreply.github.com> --- .../macOS-Homebrew-Installation-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/Installation_Instructions/macOS-Homebrew-Installation-Instructions.md b/doc/md/Installation_Instructions/macOS-Homebrew-Installation-Instructions.md index 9102de117..f44fa6851 100644 --- a/doc/md/Installation_Instructions/macOS-Homebrew-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/macOS-Homebrew-Installation-Instructions.md @@ -175,7 +175,7 @@ These instructions will show how to setup the environment on OSX to the point wh 2. Install dependencies: ``` -brew install readline qt5 gd pkgconfig coreutils +brew install readline qt5 gd pkgconfig coreutils openssl brew install RfidResearchGroup/proxmark3/arm-none-eabi-gcc ``` 3. (optional) Install makefile dependencies: