Skip to content

Commit 91eb1d6

Browse files
authored
Update README.md
1 parent a489d85 commit 91eb1d6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,16 @@ cmake .. -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 16 2019" -A x64
101101
cmake --build .
102102
```
103103
### macOS / OS X
104+
#### Dependencies
105+
```
106+
brew install qt5 cmake ninja
107+
```
108+
#### Build steps
104109
```
105110
git clone https://github.com/GENIVI/CANdevStudio.git
106111
cd CANdevStudio
107-
git submodule update --init --recursive
108-
mkdir build
112+
cmake -S. -Bbuild -GNinja -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake
109113
cd build
110-
cmake .. -GNinja -DCMAKE_PREFIX_PATH=/path/to/Qt/lib/cmake
111114
ninja
112115
```
113116
## Prebuilt packages

0 commit comments

Comments
 (0)