Project

   Screenshots

   Links

   Download

   Documentation

Installation

If you plan to use MySQL database (optional)

Setup SQL DB and add user

Debian

# apt-get install libqtcore4 libqtgui4 libqt4-webkit libqt4-sql-sqlite

# apt-get install sqlite3 (or mysql)

# apt-get install gnuplot

# dpkg -i flyhigh.deb

Others

Install QT developer libraries with MySQL support, MySQL server or SQLite3 and GnuPlot.

Get tarball or checkout the newest files from svn repository.

$ tar -xzf flyhigh.tar.gz

$ ./configure

$ make

Create MySQL database as privileged user (optional):
$ mysql -u root -p < ./doc/sql/flyhigh.sql

Migration to database version2

This step is only necessary, if you update from FlyHigh less than version 0.5

Backup the FlyHigh database version 1

Execute the script /usr/share/migrate2dbv2 (debian) or tools/migrate2dbv2 (source)

Optional Swiss Map 100

Buy the Swiss Map 100 CD-ROM from http://www.swisstopo.ch:80/en/products/digital/multimedia/sm100/ and extract map tiles. root privileges needed. This takes around 2.5 GB disk space!

# ./tools/xtrSwiss100

Software architecture

Layer application

Layer data

Layer runtime