Inform 6.21.4 PocketPC/ARM port by Rudis Muiznieks (rudis@mikeycomics.com) 10/17/2003 INSTALLATION/USAGE ------------------ You will need PocketConsole and CMD for your device to use the Inform compiler on your PocketPC. PocketConsole: http://www.symbolictools.de/public/pocketconsole/download.htm CMD: http://www.symbolictools.de/public/pocketconsole/applications/cmd/index.htm Once you have these installed, you can copy the inform directory to your device. I recommend installing it to the root directory to make compiling easier. Once that's done, you can invoke the compiler by running the CMD application and typing something like this: cd \inform inform +\inform \inform\samp\advent.inf \inform\samp\advent.z5 The +\inform is always required if you are using the library files. Obviously you would substitute the actual path that you installed to if you did not put it in the root directory. You may also consider creating a .bat file to perform your compilation for you if you are doing it often. I've included the sample game files that come with the source code in the 'samp' directory for you to try compiling. I have only tested this program on the x86 emulator and my iPaq 1910, but it should run on any PPC/ARM device that can run PocketConsole and CMD. RESOURCES --------- Inform website: http://www.inform-fiction.org/