FGX: Difference between revisions

Jump to navigation Jump to search
718 bytes added ,  27 December 2012
command line build instructions added (not well tested yet)
No edit summary
(command line build instructions added (not well tested yet))
Line 17: Line 17:


===Building===
===Building===
====Qt creator====
# 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
# In Qt Creator, use Build->Build All to build the project.
# In Qt Creator, use Build->Build All to build the project.
====In the command line====
Alternatively, you can build FGx using the command line on Unix systems:
Before building, you must install the Qt headers, the QMake tool, git and g++ using the your system's packaging tool. On Debian-based systems, this is:
apt-get install libqt4-dev qt4-qmake git g++
Then, execute the following commands:
git clone git://gitorious.org/fgx/fgx.git  # Download the source code
cd fgx/src/                                # Change into the source dictionary
qmake                                      # Create the makefile
make                                      # Compile the source
make install                              # Optional, must be run as root


==Supported Systems==
==Supported Systems==
2

edits

Navigation menu