[Howto] Build PCem v17 for void linux

Support and general discussion.
Post Reply
User avatar
TheMechanist
Posts: 71
Joined: Mon 03 Apr, 2017 6:59 pm
Contact:

[Howto] Build PCem v17 for void linux

Post by TheMechanist »

Hi folks,

I switched to (amazing ;)) VOID Linux and 'cause there is something a little bit different I wanted to help you to build pcem (v17):

Update system

Code: Select all

sudo xbps-install -Su
Install prerequisites

Code: Select all

sudo xbps-install base-devel wxWidget-devel libopenal-devel SDL2-devel
Configure & make

Code: Select all

./configure --enable-release-build
make
That's it ...
Enter the void
TheMechanist
ajshell1
Posts: 1
Joined: Mon 11 Dec, 2017 9:37 pm

Re: [Howto] Build PCem v17 for void linux

Post by ajshell1 »

Hopefully this won't be necessary in the future:

https://github.com/void-linux/void-packages/pull/29285
User avatar
TheMechanist
Posts: 71
Joined: Mon 03 Apr, 2017 6:59 pm
Contact:

Re: [Howto] Build PCem v17 for void linux

Post by TheMechanist »

great .. the first distribution (?) that has pcem in its official repositories!
ajacocks
Posts: 6
Joined: Sat 13 Jun, 2020 11:41 pm
Location: Maryland, USA
Contact:

Re: [Howto] Build PCem v17 for void linux

Post by ajacocks »

I have a build for Fedora, linked in the forum, here, as well.

If there was some interest, I could attempt to contribute it.

- Alex
Post Reply