erwincoumans
100 W
- Joined
- Apr 2, 2015
- Messages
- 141
With the update of VESC BLDC-tool to use qt serial port, the build broke on Mac.
Previously it build fine on my Mac, when it was using Benjamin's own serial port implementation, instead of QT's one.
On Ubuntu/Linux, you can use
How do we install qt serial port for Mac? Is there a Homebrew/brew command just to install qt serial port?
Thanks,
Erwin
Previously it build fine on my Mac, when it was using Benjamin's own serial port implementation, instead of QT's one.
On Ubuntu/Linux, you can use
Code:
sudo apt-get install build-essential qt-sdk openocd git libudev-dev libqt5serialport5-dev
Thanks,
Erwin