1$Id: README,v 1.15 2001/09/08 23:39:53 cmatsuoka Exp $ 2 3Quick notes - see docs/README.* for detailed information 4 5Directories: 6 7./VC++6.0 Visual C++ files 8./OSX-ProjectBuilder MacOS X files 9./eVC3 PocketPC files 10./doc Documentation 11./etc Configuration files 12./rulesets Extra rulesets for different architectures 13./src/core AGI interpreter core files 14./src/graphics Graphic drivers 15./src/sound Sound drivers 16./src/filesys Filesystem access drivers 17 18The following compilers/environments can be used to build sarien: 19 20 Compiler Operating System 21 --------------- --------------------------------- 22 GNU C compiler UNIX, Linux, BeOS, QNX, AmigaOS 23 Cygwin/Mingw32 Win32 24 Visual C++ Win32 25 Embedded VC WinCE 26 MIPSpro IRIX 27 DJGPP MS-DOS (uses Allegro) 28 Watcom C MS-DOS 29 Turbo C++ 3.0 MS-DOS 16-bit 30 DICE C AmigaOS 31 MPW MacOS (in progress) 32 33 34To build in UNIX platforms, run './configure; make'. ./configure --help 35will show the build options. If you're using mingw32 or djgpp with a 36UNIX-like shell (ksh, bash), copy the appropriate ruleset from rulesets/ 37to ./Rules. 38 39To build using VC++, check the files in the appropriate directory. 40 41The list of known bugs can be browsed at 42http://sourceforge.net/tracker/?group_id=24759&atid=382570 43 44