-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
52 lines (38 loc) · 2.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
******************************************************************************
README for KFreeFlight
******************************************************************************
Developed by didier FABERT <didier.fabert [AT] gmail.com>
Main site: http://kfreeflight.sourceforge.net
License GNU-GPL version2
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
see the GNU General Public License in the COPYING file became with this distribution
for more details.
******************************************************************************
This is the development version, so you must build it by yourself.
Anyway, it's very simple with cmake. For now, program don't find icons when they aren't in kde standard place.
So, it's better to install it on /usr instead of /usr/local
To ensure not pollute the source, it's strongly recommended to build program in a sub-directory.
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install
KFreeFlight need qt and kde libs (dev packages).
******************************************************************************
What is it?
-----------
This program is a GUI front-end for launching FlightGear.
I made it to be as open as possible and I try to puts the most common options but
if you see a important missing, please send me an email.
Why KFreeFlight ?
-----------------
Because all program I find doesn't have the common options I use.
(NMEA for example) or can't be set up for using with an "exotic"
GNU/Linux Distribution (like GENTOO or LFS) or a FlightGear source-based installation.
Otherwise to have fun in programming.
******************************************************************************
WARNING : the options you enter are not verify by the program and can render
FlightGear unstable with bad options (ex character in place of number, etc...)
******************************************************************************