-
Notifications
You must be signed in to change notification settings - Fork 154
Expand file tree
/
Copy pathREADME.os2
More file actions
50 lines (33 loc) · 998 Bytes
/
README.os2
File metadata and controls
50 lines (33 loc) · 998 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
OpenDUNE for OS/2
-----------------
1. How to run OpenDUNE
----------------------
1) Copy Dune v1.07 files to `data' directory1
2) Copy CM32L_CONTROL.ROM and CM32L_PCM.ROM to `roms' directory
3) Copy opendune.ini.sample to opendune.ini to modify default settings
* You SHOULD GET Dune2 v1.07 files and MIDI ROM files by yourself.
2. Tips
-------
* If CPU load is high, set mt32midi of opendune.ini to 0.
* If CPU load is still high, rename `roms' directory to something like
`roms.sav'. This disables MIDI sounds at all.
3. How to build OpenDUNE
------------------------
3.1. Requirements
-----------------
* libkai v2.2.1
* munt-libmt32emu v2.4.1
* libfluidsynth v1.0.9-r2
* SDL2 v2.0.4
* gcc v12.4.0
3.2. Configure
--------------
Just run configure like:
sh ./configure
If you want to enable FluidSynth midi support, then:
sh ./configure --without-munt --with-fluid
3.3. Build
----------
Just run make like:
make
Then, you'll get opendune.exe in `bin' directory.