Skip to content

Building

feos edited this page Aug 24, 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 tags/17+st-1 -b 17+st-1-branch
autoreconf -i
./configure --enable-release-build
make

Package (should not be in a shared VM folder)

sudo dpkg-buildpackage -us -uc -b

VSCode

  • Install Extension Autotools Integration
  • Bootstrap (wait for Default config to process)
  • Terminal - Run Task - build
  • Run debug

MSYS2

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

Clone this wiki locally