FGX

From FlightGear wiki
Revision as of 13:41, 7 June 2011 by RatOmeter (talk | contribs) (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: this page has just been started and is not yet complete. Come back later to check for updates or to make updates yourself!

Fgx

Fgx is an Open Source graphical launcher application for FlightGear Flight Simulator that is built using Qt from Nokia. Development began in the first quarter of 2011 with the purpose of creating a fast and easy to use tool to manage your FlightGear preferences and to start the flight simulator application.

While initial development targeted the Apple Mac architecture, the Qt development environment allows for cross-platform compatibility between Windows, Mac OS and various Linux distributions. At this time, it has only been tested on Mac, CentOS 5.5 i386 and Fedora 14 i386.

Getting Fgx

Fgx source code is available at git://gitorious.org/fgx/fgx.git


Supported Systems

Note that Fgx has been tested using the prerequisites listed below and may actually work with different OSes and versions. Feel free to update this list if you have additional information.

. Mac OSX
. Fedora Linux 14
. Windows XP/Vista/7 (not tested)


Building Fgx

1. Install Qt 3 SDK
2. Use Qt Creator to open the project file fgx/src/fgx.pro
3. In Qt Creator, use Build->Build All to build the project.