FoxtrotGPS: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Brian Wilson (talk | contribs)
mNo edit summary
Line 1: Line 1:
== Prequisites ==
Notes on FoxtrotGPS, the usual Wildsong page -- I write until I have a basic understanding, then leave you hanging.
 
== The bits and bobs ==
 
FoxtrotGPS builds on a rich foundation of open source components.
 
== Building on Ubuntu 10.04 ==
 
=== Prequisites ===
 
Taken straight from the source


* pkg-config <http://pkg-config.freedesktop.org/>
* pkg-config <http://pkg-config.freedesktop.org/>
Line 12: Line 22:
* libgps >= 2.90 <http://gpsd.berlios.de/>
* libgps >= 2.90 <http://gpsd.berlios.de/>


== Building on Ubuntu 10.04 ==
=== What I had to install ===
 
Starting with a machine that's been used to compile and build projects, I still had to install some stuff.


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


  sudo apt-get install libgconf2-dev libglade2-dev curl sqlite3 libsqlite3-dev \
  sudo apt-get install libgconf2-dev libglade2-dev curl sqlite3 libsqlite3-dev \

Revision as of 04:54, 18 August 2010

Notes on FoxtrotGPS, the usual Wildsong page -- I write until I have a basic understanding, then leave you hanging.

The bits and bobs

FoxtrotGPS builds on a rich foundation of open source components.

Building on Ubuntu 10.04

Prequisites

Taken straight from the source

What I had to install

Starting with a machine that's been used to compile and build projects, I still had to install some stuff.

I downloaded and built 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!