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.
 
descriptionViking with libcurl improvements
ownerjocelyn.jaubert@gmail.com
last changeSun, 15 Mar 2009 22:25:32 +0000 (15 23:25 +0100)
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-03-15 Jocelyn JaubertFix warning in call to MD5Update() in function md5_hash()master
2009-03-15 Jocelyn JaubertAdd missing include glib/gprintf.h
2009-03-15 Jocelyn JaubertFix bug #2481237: Maps directory file chooser should...
2009-03-15 Jocelyn JaubertChange interpolation to a faster one
2009-03-15 Jocelyn JaubertAdd a viking parameter for mapcache memory size
2009-03-15 Jocelyn JaubertMove VIK_CONFIG_MAPCACHE_SIZE to a variable
2009-03-15 Jocelyn Jaubertftp response code for success is 226
2009-03-15 Jocelyn JaubertUse less precise images when wanted image is not present
2009-03-15 Jocelyn JaubertAdd menu option to flush mapcache, and reduce viking...
2009-03-15 Jocelyn JaubertAdd a_mapcache_flush() to completely flush the mapcache
2009-03-15 Jocelyn JaubertAdd missing (VikLayerFuncPostRead) in structs VikLayerI...
2009-03-15 Jocelyn JaubertStop all curl downloads on quit
2009-03-05 jocelynWait for all threads to finish before exiting viking
2009-03-05 jocelynReplace g_thread by g_thread_pool
2009-02-21 jocelynlibcurl update: replace deprecated CURLOPT_FILE by...
2009-02-21 jocelynInclude full libcurl version in user agent
...
heads
15 years ago master