Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to Display your geolocation data with Viking
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
Display your geolocation data with Viking
Posted by: Anonymous [ip: 82.68.84.182] on September 04, 2008 02:56 PMTo get viking 0.9.3 running on gOS use the following commands
# sudo apt-get install debhelper automake1.9 autoconf autotools-dev libcurl4-gnutls-dev libexpat1-dev libgtk2.0-dev libglib2.0-dev libgps-dev xsltproc docbook-xsl docbook-xml dpatch
# sudo apt-get install gpsd python-gps gpsdrive viking gpsd-clients libgps-dev libgtk2.0-dev glutg3-dev libcegui-mk2-dev libxmu-dev libsdl-dev libpcre3-dev libspeechd-dev libtiff-dev libdevil-dev build-essential subversion automake
Yes I know ... there are some repetitions in there, but I'm lazy!
Next download the intltool source: http://ftp.gnome.org/pub/gnome/sources/intltool/0.35/intltool-0.35.5.tar.bz2
uncompress it in a folder and run
# sudo ./configure
# sudo make install
Now download the viking 0.9.6 source: http://sourceforge.net/projects/viking/
Uncompress it, and run the following
# sudo ./configure
# sudo chmod -R 777 *
# sudo make install
And you can then run viking using
# /usr/local/vbin/viking
#