Fix libserialport0 APT package name in README.md (#1064)

Signed-off-by: MichaIng <micha@dietpi.com>
This commit is contained in:
MichaIng 2023-03-25 00:30:43 +01:00 committed by Dimitris Panokostas
parent 88f30af909
commit c555d21fbf

View file

@ -47,7 +47,7 @@ Amiberry requires the [SDL2 framework](https://libsdl.org) for graphics display,
If you just want to just run the Amiberry binary, you can install the required libraries on Debian/Raspbian/Ubuntu derived distros like this: If you just want to just run the Amiberry binary, you can install the required libraries on Debian/Raspbian/Ubuntu derived distros like this:
sudo apt install libsdl2-2.0-0 libsdl2-ttf-2.0-0 libsdl2-image-2.0-0 flac mpg123 libmpeg2-4 libserialport sudo apt install libsdl2-2.0-0 libsdl2-ttf-2.0-0 libsdl2-image-2.0-0 flac mpg123 libmpeg2-4 libserialport0
If you want to compile Amiberry from source, you'll need the `-dev` version of the same packages instead. For example, on Debian-based distros: If you want to compile Amiberry from source, you'll need the `-dev` version of the same packages instead. For example, on Debian-based distros: