From d193cfe3361538ac41275f60bb78b1c7a8f8e706 Mon Sep 17 00:00:00 2001 From: Craig Drummond Date: Tue, 5 Jun 2018 19:04:41 +0100 Subject: [PATCH] Fix path --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index f9826cec43..9a48bb85cf 100644 --- a/README +++ b/README @@ -806,11 +806,11 @@ These steps assume the following structure: If Qt Creator is not installed, or calling CMake from the commandline, you may need to set CMAKE_PREFIX_PATH e.g. - export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.9.1/lib/cmake/:${CMAKE_PREFIX_PATH} + export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.9.1/lib/cmake/:${CMAKE_PREFIX_PATH} Ensure 'lrelease' (required to build Cantata translations) is in PATH, e.g. - export PATH=/usr/local/Cellar/qt5/5.9.1/bin/:${PATH} + export PATH=/usr/local/Cellar/qt/5.9.1/bin/:${PATH} Create Installer