User Tools

Site Tools


software:scummvm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
software:scummvm [2007/10/03 22:57] – created kratz00software:scummvm [2010/12/21 19:59] kratz00
Line 1: Line 1:
 +http://www.scummvm.org/
 +
 +http://downloads.sourceforge.net/scummvm/scummvm-1.2.1.tar.bz2
 +
 +If you want to use the latest development versions, get the source from Subversion beforehand:
 <code> <code>
 svn co https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk scummvm svn co https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk scummvm
-cd scummvm && +cd scummvm</code> 
-./configure --disable-debug --enable-lure &&+ 
 +Then build ScummVM: 
 +<code> 
 +./configure --disable-debug &&
 make && make &&
-cp scummvm ${HOME}bin/ && +cp scummvm ${HOME}/bin/ && 
-cp -R gui/themes/* ${HOME}/.scummvm/themes +cp -R gui/themes/* ${HOME}/.scummvm/themes</code>
-cd .. && +
-rm -rf scummvm +
-</code>+
  
-<del> +== Midi problems ==
-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. +
- +
-No need to run "fluidsynth" separately. +
- +
-Choose "Options" -> "Audio" and select "FluidSynth" as "Music driver" and don't forget to choose a SoundFont after switching to the "MIDI" tab. +
- +
-Before version 0.8.0 I had to run "fluidsynth" separately. +
- +
-If [[FluidSynth]] is running we need to know the sequencer port:+
  
 <code> <code>
-aconnect -o -l +Can't subscribe to MIDI port (65:0) or (17:0)!</code>
-</code>+
  
-Output: +Try changing the Music driver setting from ALSA to AdLib.
-<code> +
- client 128: 'FLUID Synth (6427)' [type=user] +
-    0 'Synth input port (6427:0)' +
-</code> +
-In this case we would set the following in $HOME/.scummvmrc +
-<code> +
-alsa_port=128:+
-</code> +
-</del>+
software/scummvm.txt · Last modified: 2011/05/30 21:51 by kratz00