COPIKS PhotoMapper v0.6.1
=========================

(C) 2007, Christoffer Hallqvist, COPIKS

-------------------------------------------------------------
Product web site: http://software.copiks.se/photomapper/
Alternative URL: http://photomapper.se/

Help site: http://software.copiks.se/photomapper/help/v06/index.php
-------------------------------------------------------------
View COPYING for product license
-------------------------------------------------------------
Third party libraries needed to build this package:

* QuaZip 0.2.1 - http://sourceforge.net/projects/quazip/
    To create zip files (or actually Google Earth kmz files)
* Exiv2 0.16 - http://www.exiv2.org/
    To read and write EXIF data in JPEG files
* Qt 4.3.3 - http://www.trolltech.no/
    GUI toolkit and more. Download with MinGW compiler.

-------------------------------------------------------------
How to build:
This application has only been built with MinGW compiler 
on Win32 platforms. No support whatsoever will be provided
as to how to build this application on either windows
or other platforms unless provided with this package or
on http://software.copiks.se/

1. First build (or download) libexiv2.a and libquazip.a.
   You might need cygwin or MinGW+MSYS to do this.
   With v0.15 of exiv2 the localhost function in localhost.c 
   that ships with Exiv2 must be commented out when building 
   on MinGW for daylight savings time to work correctly.

2. Edit PhotoMapper/PhotoMapper.pro to reflect the whereabouts of
   these libraries (and other files). Use QAssistant
   to find out how to edit pro-files.

3. Run qmake to create makefile in the root directory of
   the PhotoMapper distribution.

4. Run make to build application and plugins.

-------------------------------------------------------------
Directories:
./ (root directory):
Includes the main PhotoMapper.pro file, which builds both the
main application and plugins.

./plugins:
Contains plugins.pro which builds all available plugins.

./plugins/tcx:
Contains plugin to read tcx-files.

./plugins/hst:
Contains plugin to read hst-files.

./plugins/gpx:
Contains plugin to read gpx-files.

./plugins/nmea:
Contains plugin to read nmea and log-files.

./PhotoMapper:
Contains the main application.
