[Scummvm-cvs-logs] CVS: scummvm readme.txt,1.66,1.67

James Brown ender at users.sourceforge.net
Sun Jul 7 10:37:01 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv28853

Modified Files:
	readme.txt 
Log Message:
Re-add unix commandline examples



Index: readme.txt
===================================================================
RCS file: /cvsroot/scummvm/scummvm/readme.txt,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- readme.txt	2 Jul 2002 16:36:08 -0000	1.66
+++ readme.txt	7 Jul 2002 17:36:09 -0000	1.67
@@ -1,5 +1,5 @@
 ScummVM README
-Last updated:    2002-06-26
+Last updated:    2002-07-08
 Release version: 0.2.2 [CVS]
 ------------------------------------------------------------------------
 
@@ -207,10 +207,14 @@
 
   C:\Games\LucasArts\scummvm.exe -f -pC:\Games\LucasArts\monkey\ monkey
 
+Under BSD, Linux, or similar, the commandline would be:
+  /path/to/scummvm -f -p/games/LucasArts/monkey/ monkey
+
 Or, if you have, for example, Full Throttle on CD, and your CD drive is D:,
 and you wish to disable subtitles and run in fullscreen:
 
   C:\Games\LucasArts\scummvm.exe -f -n -pD:\resource\ ft
+  /path/to/scummvm -f -n -p/mnt/cdrom/resource/ ft
 
 Note that if you run the game once this way, and specify the -w commandline
 parameter (or edit the config file manually), ScummVM will remember the





More information about the Scummvm-git-logs mailing list