fgmapping 1.3.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/README DELETED
@@ -1,45 +0,0 @@
1
- How to run fgmap
2
- ================
3
-
4
- Requirements:
5
- - ruby of course. Min version 1.8.6
6
- - qtruby4, minimum version 4.4
7
- see: http://rubyforge.org/projects/korundum
8
- debian/ubuntu: sudo apt-get install libqt4-ruby
9
- - xml bindings libxml
10
- see: http://libxml.rubyforge.org
11
- debian/ubuntu: sudo apt-get install libxml-ruby
12
-
13
-
14
- Run:
15
- You basically have 3 options:
16
-
17
- 1) (you already have ruby and qtruby installed)
18
- - unpack the 'fgmap.tar.gz' into any directory
19
- - cd into this directory
20
- - on shell type: ruby init.rb
21
-
22
- 2) (you already have ruby and rubygems installed)
23
- - type: sudo gem install fgmapping
24
- - make sure /var/lib/gems/1.8/bin is in your standard path ($PATH)
25
- - execute 'flightgear-mapping'
26
-
27
- 3) (you don't have ruby installed, don't even know what this is)
28
- - download "fgmap_linux"
29
- - change permission to 'executable': chmod 774 fgmap_linux
30
- - to run it, just type ./fgmap_linux
31
-
32
- In any case you need to launch Flightgear like this:
33
- - run Flightgear with additional command line option: --telnet=2948
34
-
35
-
36
- Develop:
37
- Download git repository:
38
- - git clone git://rubyforge.org/fgmap.git
39
- Remarks for development:
40
- - .ui files can be edited with QT designer
41
- - corresponding .rb files are generated by just issuing 'make'
42
-
43
-
44
- Enjoy.
45
-