-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme-LINUX.txt
More file actions
31 lines (19 loc) · 872 Bytes
/
Readme-LINUX.txt
File metadata and controls
31 lines (19 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
PCem v16 Linux supplement
You will need the following libraries :
SDL2
wxWidgets 3.x
OpenAL
and their dependencies.
Open a terminal window, navigate to the PCem directory then enter
./configure --enable-release
make
then ./pcem to run.
The Linux version stores BIOS ROM images, configuration files, and other data in ~/.pcem
configure options are :
--enable-release-build : Generate release build. Recommended for regular use.
--enable-debug : Compile with debugging enabled.
--enable-networking : Build with networking support.
--enable-alsa : Build with support for MIDI output through ALSA. Requires libasound.
The menu is a pop-up menu in the Linux port. Right-click on the main window when mouse is not
captured.
CD-ROM support currently only accesses /dev/cdrom. It has not been heavily tested.