pylgbst icon indicating copy to clipboard operation
pylgbst copied to clipboard

Additional Raspbian install steps on a Raspberry Pi 4

Open WayneKeenan opened this issue 4 years ago • 1 comments

Thanks for this, awesome!

Using the latest Raspbian on a Pi4, in a Python virtual env, I had to perform these extra steps to get demo.py working:

sudo apt-get install libbluetooth-dev libboost-all-dev
pip install boost

There might be a smaller subset of libboost (c++, not LEGO) libs than all, but that's left as an exercise.

WayneKeenan avatar Jan 21 '21 12:01 WayneKeenan

Thanks for sharing this

undera avatar Jan 21 '21 12:01 undera