
How to Install PCem v17 on Linux (Ubuntu, Debian, Pop!_OS)
A quick walkthrough on how to compile and get PCem v17 running on Linux (mainly Debian-based distros, might work for other distros). It's pretty straightforward on Arch derivatives because of AUR.
Dependencies:
apt-get install libsdl2-dev
sudo apt-get install libopenal-dev
sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
sudo apt-add-repository 'deb http://repos.codelite.org/wx3.0.5/ubuntu/ (focal/groovy/etc) universe
apt-get update
apt-get install libwxbase3.0-0-unofficial \
libwxbase3.0-dev \
libwxgtk3.0-0-unofficial \
libwxgtk3.0-dev \
wx3.0-headers \
wx-common \
libwxbase3.0-dbg \
libwxgtk3.0-dbg \
wx3.0-i18n \
wx3.0-examples \
wx3.0-doc
PCem:
https://github.com/sarah-walker-pcem/pcem
or
https://pcem-emulator.co.uk/
Disclaimer: first time on bare metal Linux since 2009. Please bear with me.
Disclaimer 2: Sorry for awful video quality. As I need RTX voice to get rid of the background noise (laptop is really, really hot and needs a fan running 24/7), I had to send the image over to my main pc via NDI-OBS on 5 ghz wi-fi.
Hope it helps!