$Id: README,v 1.15 2001/09/08 23:39:53 cmatsuoka Exp $
Quick notes - see docs/README.* for detailed information
- Directories
./VC++6.0 Visual C++ files ./OSX-ProjectBuilder MacOS X files
./eVC3 PocketPC files ./doc Documentation ./etc Configuration files ./rulesets Extra rulesets for different architectures ./src/core AGI interpreter core files ./src/graphics Graphic drivers ./src/sound Sound drivers ./src/filesys Filesystem access drivers
The following compilers/environments can be used to build sarien:
Compiler Operating System
--------------- ---------------------------------
GNU C compiler UNIX, Linux, BeOS, QNX, AmigaOS
Cygwin/Mingw32 Win32
Visual C++ Win32
Embedded VC WinCE
MIPSpro IRIX
DJGPP MS-DOS (uses Allegro)
Watcom C MS-DOS
Turbo C++ 3.0 MS-DOS 16-bit
DICE C AmigaOS
MPW MacOS (in progress)
To build in UNIX platforms, run './configure; make'. ./configure --help will show the build options. If you're using mingw32 or djgpp with a UNIX-like shell (ksh, bash), copy the appropriate ruleset from rulesets/ to ./Rules.
To build using VC++, check the files in the appropriate directory.
The list of known bugs can be browsed at http://sourceforge.net/tracker/?group_id=24759&atid=382570
