EspoTek / Labrador

EspoTek Labrador is a USB device that transforms your PC or smartphone into a fully-featured electronics lab. This repo holds all of the source code!
http://espotek.com
1.1k stars 116 forks source link

fail to install on the new raspberry pi OS Bullseye #197

Closed Ethanali closed 2 years ago

Ethanali commented 2 years ago

can't get qt5-default

EspoTek commented 2 years ago

Thanks. I'll look into this when I have the time.

A quick google suggests the following should function as a workaround: sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools

~Chris

jsmittelman commented 2 years ago

Thanks. I'll look into this when I have the time.

A quick google suggests the following should function as a workaround: sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools

~Chris

tried that, still cannot locate qt5-default

EspoTek commented 2 years ago

You don't need qt5-default. Just remove the line from the script.

EspoTek commented 2 years ago

This is now fixed. The updated script has been tested on both Stretch and Bullseye.