From 58aa2cb22c2c3be747245b9e21f724d3b51f1837 Mon Sep 17 00:00:00 2001 From: holmesworcester Date: Wed, 15 Jul 2020 13:28:57 -0400 Subject: [PATCH] Adds missing item to "Steps" --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 873aa40e..544c7b22 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -87,7 +87,7 @@ Since the openssl header files were removed in El Capitan, have qmake use the op Steps: ``` -brew install protobuf qt5 tor +brew install protobuf qt5 tor pkg-config /usr/local/opt/qt5/bin/qmake OPENSSLDIR=/usr/local/opt/openssl/ CONFIG+=debug make ```