I. Howto install QLandkarte

QLandkarte uses QT's qmake system. Make sure you have installed the
development versions of QT4, libusb and proj4. This means: The header
files of those libraries must be in your include path.

Execute in your shell:

    qmake QLandkarte.pro
    make
    make install

This should install the binary to /usr/bin/QLandkarte


II. Howto install maps

Numerous maps for Garmin GPS receivers using the  IMG format can be found
on the world wide web using your favourite search engine. A map must contain:

* at least one *.tdb file
* one *.img file per *.tdb as basemap
* several *.img files as detailed map tiles.

Whereas map tiles have exclusively digits as filename, basemaps can have any
character in their name. If there are only files with digits, the basemap will
be the one with the lowest number, most likely.

If you use your maps with Garmin's MapSource, simply mount the windows partition
into your Linux file system. QLandkarte does only read data, thus the NFS
filesystem should be fine, too.

Use "File->Import Map..." to add a map to QLandkarte. It will ask you for the
map's directory first. Then you have to select the basemap. If there are several
*.tdb files you will be asked for a basemap for each of those *.tdb files.

Now you should see your map listed in the lefthand tabview "Maps".


III. Howto uninstall QLandkarte

Simply execute the uninstall command from the project's source root.

    make uninstall

If this failes, or you do not have the source tree, you can look for these files:

    /usr/bin/QLandkarte</li>
    ~/.config/QLandkarte/QLandkarte.conf
    /usr/lib/qlandkarte/*.so

The path '/usr/lib/qlandkarte/' might be different, depending on your distribution's policy.

