Closed D300 closed 1 year ago
I just built this project. I installed Qt5, CMake, & Ninja using Homebrew:
brew install qt5 cmake ninja
Then I was able to configure and build the project:
git clone https://github.com/GENIVI/CANdevStudio.git
cd CANdevStudio
cmake -S. -Bbuild -GNinja -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake
cd build
ninja
``
Thanks @willson556 for the clear instructions. I will update the readme respectively.
Hey, i´m on an M1. is there a way to build the library for x86_64?
console printed: