Skip to content

Commit

Permalink
adjust build doc for macOS Sierra
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunosov committed Apr 13, 2021
1 parent c8ba1fa commit 69ec2de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ additional dev libs must be installed:
sudo apt-get install build-essential libgl1-mesa-dev
```

#### [macOS] Latest Qt for Sierra

Version Qt 5.12.10 is the latest of 5.* LTSs availablbe for Sierra (10.12).
QtCreator 4.10.2 is the latest as well and must be downloaded and installed manually.
Also 5.12.10 kit must be registered manually in that "obsolete" QtCreator.

## Build steps

### Clone git repository
Expand Down
2 changes: 1 addition & 1 deletion scripts/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [[ -z ${QMAKE_VER} ]]; then
if [ ${IS_LINUX} ]; then
echo -e "${COLOR_BOLD}export PATH=/home/user/Qt/5.15.2/gcc_64/bin:\$PATH${COLOR_RESET}"
else
echo -e "${COLOR_BOLD}export PATH=/Users/user/Qt/5.10.0/clang_64/bin:\$PATH${COLOR_RESET}"
echo -e "${COLOR_BOLD}export PATH=/Users/user/Qt/5.12.10/clang_64/bin:\$PATH${COLOR_RESET}"
fi
echo "and run this script again."
echo
Expand Down

0 comments on commit 69ec2de

Please sign in to comment.