Launch FIFE

From FIFE development wiki

Jump to: navigation, search

[edit] Introduction

This article describes the different ways how to launch the engine on the different supported platforms.

Contents

[edit] Linux

Image:Tux-32x32.png

Platform-dependent information: Linux.

The following passage contains information that is specific to Linux and other POSIX-based operating systems.

[edit] Island_demo

  • Move into the Image:Folder.png <FIFE>/demos/rio_de_hola folder.
  • Run:
    Image:Command.png
    python run.py
     

[edit] Mac

Image:Apple-strawberry-32x32.png

Platform-dependent information: Mac.

The following passage contains information that is specific to PPC and Intel-x86-based Macintosh systems.

[edit] Island_demo

  • Move into the Image:Folder.png <FIFE>/demos/rio_de_hola folder.
  • Run:
    Image:Command.png
    python run.py
     

[edit] Win32

Image:Xp-flag-32x32.png

Platform-dependent information: Win32.

The following passage contains information that is specific to Windows operating systems.

[edit] Requirements

  • Python scripts should be automatically associated with the Python interpreter on your system after installing ActivePython 2.6. If you're not running ActivePython but a different Python distribution, you might need to associate .py files with the Python.exe that resides somewhere on your HDD manually.

[edit] Island_demo

  • Move into the Image:Folder.png <FIFE>\demos\rio_de_hola folder.
  • Start Image:File.png run.py.
Personal tools