FGX: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 3: Line 3:
| image                =  
| image                =  
| developedby          = Yves Sablonier, Pete Morgan, Geoff McLane
| developedby          = Yves Sablonier, Pete Morgan, Geoff McLane
| initialrelease        =  
| initialrelease        = 2.2.0
| latestrelease = 2.8.0
| latestrelease = 2.8.0
| writtenin            = C++ (Qt)
| writtenin            = C++ (Qt)
Line 16: Line 16:
FGx source code is available at [http://gitorious.org/fgx/ Gitorious] or at [http://git.fgx.ch/fgx FGx Origin]. Precompiled binaries are available at http://downloads.fgx.ch
FGx source code is available at [http://gitorious.org/fgx/ Gitorious] or at [http://git.fgx.ch/fgx FGx Origin]. Precompiled binaries are available at http://downloads.fgx.ch


===Building Fgx===
===Building===
# Install Qt4 SDK
# Install Qt4 SDK
# Use Qt Creator to open the project file fgx/src/fgx.pro
# Use Qt Creator to open the project file fgx/src/fgx.pro

Revision as of 13:05, 15 September 2012

FGx
Developed by Yves Sablonier, Pete Morgan, Geoff McLane
Initial release 2.2.0
Latest release 2.8.0
Written in C++ (Qt)
OS Mac, Windows, various Linux distributions
Website

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.

Getting FGx

FGx source code is available at Gitorious or at FGx Origin. Precompiled binaries are available at http://downloads.fgx.ch

Building

  1. Install Qt4 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.

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
  • Ubuntu/Xubuntu and other debian distributions
  • Gentoo
  • Windows XP/Vista/7

Related content

Similar software