• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

contrib/H03-May-2022-1,355976

data/H10-Jul-2019-6,0946,006

doc/H07-May-2022-12,39311,199

pixmaps/H03-May-2022-563490

po/H07-May-2022-25,10220,046

src/H03-May-2022-14,95911,052

AUTHORSH A D10-Jul-2019193 64

COPYINGH A D10-Jul-201917.6 KiB341281

ChangeLogH A D10-Jul-2019256.7 KiB8,1778,071

HACKINGH A D10-Jul-20195.2 KiB149103

INSTALLH A D10-Jul-201915.4 KiB371289

Makefile.amH A D10-Jul-2019555 2820

Makefile.inH A D10-Jul-201929 KiB942839

NEWSH A D10-Jul-201912.8 KiB324224

READMEH A D10-Jul-20192.7 KiB7352

acinclude.m4H A D10-Jul-201939 21

aclocal.m4H A D10-Jul-2019403.9 KiB11,25710,175

compileH A D10-Jul-20197.2 KiB348258

config.guessH A D10-Jul-201942.9 KiB1,4631,270

config.h.inH A D10-Jul-20192.3 KiB8959

config.subH A D10-Jul-201935.5 KiB1,8261,688

configureH A D10-Jul-2019498.9 KiB16,94214,108

configure.acH A D10-Jul-20191.4 KiB5041

depcompH A D10-Jul-201923 KiB792502

install-shH A D10-Jul-201914.8 KiB509329

ltmain.shH A D10-Jul-2019316.8 KiB11,1577,986

missingH A D10-Jul-20196.7 KiB216143

README

1FoxtrotGPS is an easy-to-use graphical tool that can be used
2to track the position of a GPS receiver on a map in relation to
3user-defined points of interest (POIs), a destination and waypoints,
4and tracks loaded from files or internet routing-services.
5
6FoxtrotGPS also allows internet-connected users to share their position
7with other users and send messages.
8
9For installation instructions, see the file named "INSTALL".
10
11Note that the following packages must be installed before this one
12can be built or installed:
13
14    * pkg-config <https://www.freedesktop.org/wiki/Software/pkg-config/>
15    * GLib 2.x <https://www.gtk.org/>
16    * GTK+ 2.x <https://www.gtk.org/>
17    * libglade 2.x <http://www.jamesh.id.au/software/libglade/>
18    * libcurl <https://curl.haxx.se/>
19    * SQLite 3 <https://www.sqlite.org/>
20    * libexif <https://libexif.github.io/>
21    * libxml2 <http://xmlsoft.org/>
22    * libgps >= 2.90 <http://www.catb.org/gpsd/>
23    * intltool >= 0.23 <https://www.freedesktop.org/wiki/Software/intltool/>
24
25In order to interface with the Zephyr HxM heartrate-monitor,
26the following must be installed before FoxtrotGPS is built or installed:
27
28    * BlueZ <http://www.bluez.org/>
29
30In order to make use of the photo-geotagging features in FoxtrotGPS,
31the following additional packages must also be installed for use at
32run-time:
33
34    * gpscorrelate <https://github.com/freefoote/gpscorrelate>
35    * jhead <http://www.sentex.net/~mwandel/jhead/>
36
37
38If you're building from Bazaar, you also need:
39
40    * The `makeinfo' command from GNU Texinfo
41          <https://www.gnu.org/software/texinfo/>
42    * GNU help2man <https://www.gnu.org/software/help2man/>
43    * The `convert' command from ImageMagick <https://www.imagemagick.org/>
44
45If you want to generate documentation in PDF, PostScript, or DVI format,
46then you'll also need:
47
48    * The GNU Texinfo suite <https://www.gnu.org/software/texinfo/>
49    * A TeX implementation like TeX Live <https://www.tug.org/texlive/>
50
51
52For more information, or to obtain the latest version of FoxtrotGPS,
53see <https://www.foxtrotgps.org/>.
54
55
56FoxtrotGPS is Free Software; you can redistribute and/or modify it
57under the terms of the GNU General Public License version 2,
58as published by the Free Software Foundation.
59
60This program is distributed in the hope that it will be useful,
61but WITHOUT ANY WARRANTY; without even the implied warranty of
62MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
63See the GNU General Public License for more details.
64
65You should have received a copy of the GNU General Public License
66along with this program; see the file COPYING. If not, see
67<https://www.gnu.org/licenses/> or write to:
68
69    The Free Software Foundation, inc.
70    51 Franklin Street, Fifth Floor
71    Boston, MA 02110-1301
72    USA
73