FoxtrotGPS: we can dance if we want to... [ft]

[ Home ] [ Manual ] [ FAQ ] [ Build ] [ Bugs ]

Building FoxtrotGPS from bzr

To build FoxtrotGPS from a fresh bzr branch, you will need:

On Ubuntu and other Debian-based systems, the above prerequisites are all available prepackaged--installable with the apt-get command:

sudo apt-get install build-essential autoconf automake pkg-config gconf2 libcurl4-gnutls-dev libexif-dev libsqlite3-dev libgconf2-dev libtool libgtk2.0-dev libglade2-dev libxml2 libxml2-dev libgps-dev intltool help2man imagemagick

Because much of the familiar GNU-style build-infrastructure is autogenerated from templates, and we avoid maintaining many autogenerated files in bzr, you'll need to `bootstrap' via the included autogen.sh script, e.g.:

./autogen.sh

That will produce the infrastructure that supports the standard GNU-style build-procedure:

./configure
make
make install