VOGONS


First post, by Kr2020

User metadata
Rank Newbie
Rank
Newbie

I want to compile PCem in Linux. How to do this?

Reply 1 of 5, by leileilol

User metadata
Rank l33t++
Rank
l33t++

Have you read Readme-LINUX.txt?

apsosig.png
long live PCem

Reply 2 of 5, by Kr2020

User metadata
Rank Newbie
Rank
Newbie

You will need the following libraries :

SDL2
wxWidgets 3.x
OpenAL

and their dependencies.

How to install them?

Reply 3 of 5, by leileilol

User metadata
Rank l33t++
Rank
l33t++

if you've got a debian-based distro, you can type:

sudo apt-get install libsdl2-dev libopenal-dev libwxbase3.0-dev

apsosig.png
long live PCem

Reply 4 of 5, by Kr2020

User metadata
Rank Newbie
Rank
Newbie

I do that but how to run emulator?