From 5644250e94401083e63c6fd76d922064cba455df Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 19 Apr 2017 01:22:07 -0500 Subject: [PATCH] Add setup information for building on macOS --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b1004179..98275990 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ # Nostalgia + +## Setup + +### macOS + +Run something along the lines of the following to let CMake know where Qt is installed. You may need to adjust this location. + + export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.8.0_2/