summaryrefslogtreecommitdiffstats
path: root/games/scummvm/README
blob: 3d78f19ba5d1656ef86204f20874b924cbb73961 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ScummVM is a collection of interpreters, capable of emulating several 
adventure game engines. ScummVM mainly supports engines created using 
SCUMM (Script Creation Utility for Maniac Mansion), used in various 
LucasArts games such as Monkey Island, Day of the Tentacle, and others. 
ScummVM also contains interpreters for several non-SCUMM games - currently 
Beneath a Steel Sky, Broken Sword I & II, and Simon the Sorcerer 1 & 2.

If you are building this on Slamd64, execute the build script as follows:
  DISTRO=slamd64 ARCH=x86_64 ./scummvm.SlackBuild

If you build on a multicore system, add JOBS={core #} to enable parallel
compilation; for example, to start 4 build jobs simultaneously, do:
	JOBS=4 ./scummvm.SlackBuild