THE HUGO PACKING LIST --------------------- To get started with Hugo, you'll need to pick up the following files (listed as they appear in subdirectories under ftp://ftp.gmd.de/if-archive/programming/hugo): (Files with a .zip extension will need to be unpacked with PKZip or a compatible program.) /manual.txt /release.txt The Hugo Manual and system release notes, respectively. Both are in ASCII text format. /executables/ Choose the appropriate executable package for your operating system. For MS-DOS, for example, the file is "hugo22pc.zip". /executables/hdhelp.hlp The Debugger's online-help data file. /library/hugolib.h /objlib.h /grammar.g /hugofix.h /hugofix.g /verbstub.h /verbstub.g These are the library files used by most Hugo programs. The first three are the most important. /examples/sample.hug /shell.hug /hugolib.hug A sample game ("The Vault of Hugo"), as well as a shell outline to beginning programming from. Also, "hugolib.hug" can be used to precompile the Hugo library for linking, resulting in faster compilation.