Sha256: 9f7e20dd84b584845615a81888f00f807ffc17bdbc3211680d61e174b0ac8537
Contents?: true
Size: 1.19 KB
Versions: 12
Compression:
Stored size: 1.19 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 'fgmap.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 - make sure /var/lib/gems/1.8/bin is in your standard path ($PATH) - execute 'flightgear-mapping' 3) (you don't have ruby installed, don't even know what this is) - download "fgmap_linux" - change permission to 'executable': chmod 774 fgmap_linux - to run it, just type ./fgmap_linux In any case you need to launch Flightgear like this: - run Flightgear with additional command line option: --telnet=2948 Develop: Download git repository: - git clone git://rubyforge.org/fgmap.git Remarks for development: - .ui files can be edited with QT designer - corresponding .rb files are generated by just issuing 'make' Enjoy.
Version data entries
12 entries across 6 versions & 1 rubygems