Windows compiling requirements
A list of things that you need to install in order to compile the OHRRPGCE source code:
Contents |
[edit] FreeBasic
You need the freebasic compiler from http://www.freebasic.net/ for more information see: Getting FreeBasic
[edit] MinGW C and C++ compilers
You need MinGW from http://www.mingw.org/, including the optional g++ package. The easiest way to install it is with the latest mingw-get-inst
It should also be possible to use a different C/C++ compiler which understands the same commandline options as GCC.
[edit] Euphoria
To compile hspeak you need Euphoria 4.0+ from http://openeuphoria.org/
[edit] Scons
You need the scons build system from http://www.scons.org/ Scons is a python package, so you first need to install python 2.4+ from http://python.org/
[edit] Updating your PATH
Some of the above-mentioned installers are smart enough to add themselves to your PATH on some versions of Windows. See this article for more information on how to make sure your PATH is set up correctly: Setting up your PATH on Windows