Palomino Flight Simulator logo

Requirements and Optional Libraries

This flight simulator is intended to run on UNIX: Linux, FreeBSD, Apple Mac OS X.

-- [2011/07] Palomino won't work with OpenSceneGraph 3.0. --
-- The PNG plugin in OSG 3.0 is broken. --
-- Use OSG 2.8 or 2.9. --

Minimum Version Requirements:

Optional Libraries:

  • FLTK : GUI
  • SDL : sound, more joystick support
  • PLIB : sound (if SDL sound unavailable)

Hardware Requirements:

  • Minimum CPU: 2 GHz AMD64 (Pentium III and PowerPC G4 are too slow).
  • Minimum memory: 1 GB.
  • Minimum graphics: Nvidia GeForce 7000
    

Compiling

To build Palomino flight simulator:

UNIX: cmake . && make
FreeBSD: cd /usr/ports/games/palomino; make install
Windows: cmakesetup . then choose Release in Visual Studio.

Problems compiling:

Palomino's cmake files expect OSG to be installed without any build-type suffix.

/usr/local/lib/OpenThreads.so    will compile
/usr/local/lib/OpenThreadsd.so   won't compile (has Debug suffix)
   index    email
© 2012 Jim Brooks (Palosim LLC)
Text logo courtesy of CoolText
Last modified: Mon Nov 28 13:31:42 EST 2011