FGCom (before 3.0): Difference between revisions

Jump to navigation Jump to search
(added 910)
Line 64: Line 64:
=== Installing FGCom ===
=== Installing FGCom ===
==== Install on Linux ====
==== Install on Linux ====
For Linux-Systems there are three ways to install:
For Linux-Systems there are various ways to install:
 
# '''Scripted Installation''' (recommended)
 
<pre>
mkdir fgcom
cd fgcom
wget http://www.gitorious.org/fg/fgmeta/blobs/raw/master/download_and_compile.sh
sh ./download_and_compile.sh FGCOM
</pre>
... it will ask 2 x for the root password
then it looks like this:
<pre>
[ 95%] Building CXX object CMakeFiles/fgcom.dir/src/fgcom.cpp.o
[ 97%] Building CXX object CMakeFiles/fgcom.dir/src/fgcom_init.cpp.o
[ 98%] Building CXX object CMakeFiles/fgcom.dir/src/position.cpp.o
[100%] Building CXX object CMakeFiles/fgcom.dir/src/utils.cpp.o
Linking CXX executable fgcom
 
[100%] Built target fgcom
-- Install configuration: "Release"
-- Installing: /big/home/mherweg/flightgear/fgcom/try/install/fgcom/bin/fgcom
-- Installing: /big/home/mherweg/flightgear/fgcom/try/install/fgcom/share/fgcom/positions.txt
-- Installing: /big/home/mherweg/flightgear/fgcom/try/install/fgcom/share/fgcom/special_frequencies.txt
To start fgfs, run the run_fgfs.sh file
To start terrasync, run the run_terrasync.sh file
To start fgrun, run the run_fgrun.sh file
To start fgcom, run the run_fgcom.sh file
To start fgcom GUI, run the run_fgcomgui.sh file
To start atlas, run the run_atlas.sh file
Usage: ./download_and_compile.sh -h
for help
</pre>
 
then you can start fgcom like this:
<pre>
./run_fgcom.sh -Sdelta384.server4you.de
</pre>
 
 
 


# '''Downloading from the “Distributor” (Debian, Ubuntu, Red Hat, Suse, etc.).'''  
# '''Downloading from the “Distributor” (Debian, Ubuntu, Red Hat, Suse, etc.).'''  
476

edits

Navigation menu