This project is a fork of the viking.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/viking.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionTesting only
ownerqtonthat@gmail.com
last changeSat, 4 Apr 2009 20:55:14 +0000 (4 22:55 +0200)
content tags
add:
README
To compile:

If you downloaded viking from CVS, you have to:
$ autogen.sh

Next, or if you downloaded a tarball, you have to:
$ ./configure
$ make

Check output of "./configure --help" for configuration options.
In particular, it is possible to disable some features, like --disable-google in order to disable any Google stuff.

If you whish to install viking, you have to (as root):
# make install


Viking needs documentation! Any volunteers?
After I get some core features down I'll start on documentation. I promise.

To export as GPSMapper, the track/waypoint name should be in the format of:

Name RGN## 0x####

or

Name RGN## 0x##
shortlog
2009-04-04 Jocelyn JaubertAdd missing include glib/gprintf.hmaster
2009-04-04 Guilhem BonnefilleDocument previous patch
2009-04-04 Jocelyn JaubertFix bug #2481237: Maps directory file chooser should...
2009-04-04 Guilhem BonnefilleDocument previous patch
2009-04-04 Jocelyn Jaubertlibcurl update: replace deprecated CURLOPT_FILE by...
2009-04-04 Guilhem BonnefilleDocumenting previous patch
2009-04-04 Jocelyn JaubertInclude full libcurl version in user agent
2009-02-13 Guilhem BonnefilleRelease 0.9.8
2009-02-13 Guilhem BonnefilleUpdate translations for 0.9.8
2009-02-02 Guilhem BonnefilleRelease 0.9.8
2009-01-31 Guilhem BonnefilleFinish to remove Google
2009-01-22 Guilhem BonnefilleDocument previous patch
2009-01-22 Mathieu AlbinetFix loading a world file
2009-01-22 Guilhem BonnefilleEnforce memory free
2009-01-22 Robert NorrisFix some memory leaks.
2009-01-18 Guilhem BonnefilleDocument previous commits
...
heads
15 years ago master