Open digitalight opened 1 year ago
When the raspberry pi hstwb-installer tries to build amiberry latest version or 5.6.0 it fails.
In file inluded from src/cia.cpp:22: src/include/serial.h:16:10: fatal error: libserialport.h: No such file or directory
It is missing the libserialport0 or libserialport-dev package and needs adding as a requirement before building amiberry from source.
The latest version of Amiberry has a dependency to libserial, which hstwb installer doesn't ensure is installed. A quick fix for this is to run sudo apt-get install libserial-dev prior to building Amiberry
sudo apt-get install libserial-dev
When the raspberry pi hstwb-installer tries to build amiberry latest version or 5.6.0 it fails.
It is missing the libserialport0 or libserialport-dev package and needs adding as a requirement before building amiberry from source.