Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Jun 5, 2018
1 parent deceb32 commit d193cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d193cfe

Please sign in to comment.