software:scummvm
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| software:scummvm [2007/10/03 22:57] – created kratz00 | software:scummvm [2011/05/30 21:51] (current) – kratz00 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | < | + | http://www.scummvm.org/ |
| - | svn co https://scummvm.svn.sourceforge.net/ | + | |
| - | cd scummvm && | + | |
| - | ./configure --disable-debug --enable-lure && | + | |
| - | make && | + | |
| - | cp scummvm ${HOME}bin/ && | + | |
| - | cp -R gui/ | + | |
| - | cd .. && | + | |
| - | rm -rf scummvm | + | |
| - | </ | + | |
| - | < | + | http:// |
| - | As I don't have a MIDI capable soundcard I need a software synthesizer. | + | |
| - | ScummVM comes with a internal Adlib Emulation which sounds horrible so | + | |
| - | I chose [[FluidSynth]]. | + | |
| - | In version 0.8.0 of ScummVM a FluidSynth MIDI driver was added. | + | If you want to use the latest development versions, get the source from Git beforehand: |
| + | < | ||
| + | git clone https:// | ||
| + | cd scummvm</ | ||
| - | No need to run " | + | Then build ScummVM: |
| + | < | ||
| + | ./configure --disable-debug && | ||
| + | make && | ||
| + | cp scummvm ${HOME}/ | ||
| + | cp -R gui/ | ||
| - | Choose " | + | == Midi problems == |
| - | + | ||
| - | Before version 0.8.0 I had to run " | + | |
| - | + | ||
| - | If [[FluidSynth]] is running we need to know the sequencer port: | + | |
| < | < | ||
| - | aconnect -o -l | + | Can't subscribe to MIDI port (65:0) or (17:0)!</ |
| - | </ | + | |
| - | Output: | + | Try changing |
| - | < | + | |
| - | | + | |
| - | 0 'Synth input port (6427: | + | |
| - | </ | + | |
| - | In this case we would set the following in $HOME/.scummvmrc | + | |
| - | < | + | |
| - | alsa_port=128: | + | |
| - | </ | + | |
| - | </ | + | |
software/scummvm.1191445074.txt.gz · Last modified: by kratz00
