Skip to content

Commit

Permalink
Merge pull request COVESA#484 from COVESA/DarwinBuildVerbose
Browse files Browse the repository at this point in the history
MacOS build more verbose
  • Loading branch information
hannesa2 authored Jun 10, 2024
2 parents 88b3ba2 + 408d0bc commit afb9316
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ changelog:
- title: Exciting New Features 🎉
labels:
- enhancement
- title: Build pipeline 🛠
labels:
- Build pipeline
- title: Other Changes
labels:
- "*"
4 changes: 4 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,12 @@ For MacOS, you can install Qt with Homebrew:
brew install qt

Then give the Qt directory to CMake and build:
#### x86:
* Qt5_DIR="/usr/local/opt/qt" cmake src_path/
* make
#### arm64:
* Qt5_DIR="/opt/homebrew/opt/qt5" cmake src_path/
* make

The application is built in "bin/DLT Viewer.app", it can be launched from Finder or the command line:
open -a $DLT_BUILD_DIR/bin/DLT\ Viewer.app
Expand Down
2 changes: 1 addition & 1 deletion scripts/darwin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ rm -rf "${SRC_DIR}/build"
mkdir -p "${BUILD_DIR}"
cd "${BUILD_DIR}"

echo Build with QMake
Qt5_DIR="/usr/local/opt/qt"
echo "Run on MacOS $(uname -m) Qt5_DIR=$Qt5_DIR"
qmake ../BuildDltViewer.pro
make

Expand Down

0 comments on commit afb9316

Please sign in to comment.