Castle Draco
 
Running Castle Draco on Windows systems:

Just execute Castle.exe for running Castle Draco.

Instaling Castle Draco on Windows systems:

For installing / deploying Castle Draco on Windows systems, you must use the provided Setup.msi file. Note that installing isn´t nessecary for playing the game.

Compiling Castle Draco on Windows systems:

For compiling Castle Draco for Windows, you need to install the following tools / librarys:

After having installed these programs, you must change to the source directory and open Makefile.Win32 with notepad. Now you must alter the content of the MINGW, IRRLICHT and AUDIERE variables to reflect the installdirectorys, and save the file. Execute the following command from a command shell (in the source directory):

[MinGW folder]\bin\mingw32-make -f Makefile.Win32 all

Copy the resulting castle.exe file to the Castle Draco program directory and launch the game.

Compiling Castle Draco on Linux systems:

For compiling Castle Draco for Linux, you need to compile and install the following tools / librarys:

After having installed these programs, you must change to the source directory and open Makefile.Linux with your favorite editor and make sure that the IRRLICHT_LIB, IRRLICHT_INC and AUDIERE variables reflect the actual installdirectory´s. Use the following command for compiling Castle Draco:

make -f Makefile.Linux all

Copy the resulting castle executeable file to the Castle Draco program directory and launch the game.

Castle Draco License:

See License.rtf for licensing information.