Skip to content

Building

feos edited this page Mar 4, 2024 · 11 revisions

Linux

Build

sudo apt-get -y install libwxbase3.0-dev libwxgtk3.0-gtk3-dev wx-common libsdl2-dev libopenal-dev autoconf dpkg-dev debhelper
git clone https://github.com/TASVideos/pcem.git
cd pcem
git checkout v17_13f53a2
autoreconf
./configure --enable-release-build
make

Package

sudo dpkg-buildpackage -us -uc -b

VSCode

  • Install Extension Autotools Integration
  • Bootstrap
  • Run debug

MSYS2

https://web.archive.org/web/20190806050146/https://pcem-emulator.co.uk/phpBB3/viewtopic.php?t=845

Clone this wiki locally