Sha256: aa43b3cd3b26bb72633371ed00e7f0187260b213540e860c22f5752f27d1c7f3
Contents?: true
Size: 1 KB
Versions: 4
Compression:
Stored size: 1 KB
Contents
How to run fgmap ================ Requirements: - ruby of course. Min version 1.8.6 - qtruby4, minimum version 4.4 see: http://rubyforge.org/projects/korundum debian/ubuntu: sudo apt-get install libqt4-ruby - xml bindings libxml see: http://libxml.rubyforge.org debian/ubuntu: sudo apt-get install libxml-ruby Run: You basically have 3 options: 1) (you already have ruby and qtruby installed) - unpack the 'fg-map.tar.gz' into any directory - cd into this directory - on shell type: ruby init.rb 2) (you already have ruby and rubygems installed) - type: sudo gem install fgmapping 3) (you don't have ruby installed, don't even know what this is) - download "fg-map_linux" - change permission to 'executable': chmod 774 fg-map_linux - to run it, just type ./fg-map_linux In any case you need to launch Flightgear like this: - run Flightgear with additional command line option: --telnet=2948 Develop: - .ui files can be edited with QT designer - corresponding .rb files are generated by just issuing 'make' Enjoy.
Version data entries
4 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fgmapping-1.1.0 | README |
fgmapping-1.1.0 | lib/README |
fgmapping-1.0.1 | README |
fgmapping-1.0.1 | lib/README |