FoxtrotGPS

From Wildsong
Revision as of 03:21, 18 August 2010 by Brian Wilson (talk | contribs) (Foxtrot GPS moved to FoxtrotGPS)
Jump to navigationJump to search

Prequisites

Building on Ubuntu 10.04

Download and build curl and gpsd from source, Ubuntu version is outdated.

sudo apt-get install libgconf2-dev libglade2-dev curl sqlite3 libsqlite3-dev \
  libxml2-dev libexif-dev libcurl3
sudo apt-get install bzr
sudo apt-get install autoconf intltool libtool

bzr branch  http://www.foxtrotgps.org/branches/foxtrotgps-dev/
cd foxtrotgps-dev/
./autogen.sh
./configure
make
sudo make install
foxtrotgps

It runs!