Install

1. Castle Game Engine Installation

  1. Download the latest Castle Game Engine. Unpack the engine ZIP wherever you like.

  2. Run the Castle Game Engine editor: open the unpacked castle_game_engine directory, open the subdirectory bin inside and run the castle-editor executable.

2. Optional: Install additional compiler and IDE

Optionally, you can install:

  • Additional Pascal compiler.

    The engine is bundled with a ready version of FPC, so you don’t need to do anything. Compilation of CGE applications will "just work".

    But you can also install Delphi or other FPC version (e.g. using fpcupdeluxe). Configure in the the editor "Preferences" which compiler to use.

  • A Pascal IDE, like:

    In principle, you can edit the Pascal code in any text editor you have.


To improve this documentation just edit this page and create a pull request to cge-www repository.