From d33c4002286cc5153dc95dea9b68c2534876050f Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Sat, 7 May 2022 11:57:57 +0200 Subject: [PATCH] Updated Build Instructions (macOS) (markdown) --- Build-Instructions-(macOS).md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build-Instructions-(macOS).md b/Build-Instructions-(macOS).md index 232782a..242f445 100644 --- a/Build-Instructions-(macOS).md +++ b/Build-Instructions-(macOS).md @@ -22,7 +22,8 @@ Let's clone and build the project: git clone --recursive https://github.com/Swordfish90/cool-retro-term.git cd cool-retro-term -# Build the project +# Build the project +# Required to have qt installed (brew install qt) qmake -config release make -j8