henrikstengaard / hstwb-installer

A set of scripts to automate installation of Amiga OS, Kickstart roms and packages to new or existing Amiga HDF files
https://hstwb.firstrealize.com
MIT License
100 stars 7 forks source link

Raspberry Pi - amiberry 5.6+ requires libserialport0 #70

Open digitalight opened 1 year ago

digitalight commented 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.

henrikstengaard commented 9 months ago

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