summaryrefslogtreecommitdiff
path: root/Documentation/README.FreeBSD
blob: 735055908abf9f7c42e706caaeb7ec19539c0ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
$Id: README.FreeBSD 2 1994-06-07 08:35:10Z tweety $

                    INSTALLING GPSDRIVE ON FREEBSD


The easiest way to install Gpsdrive on FreeBSD is to use the FreeBSD port
system: Go to http://www.freebsd.org/astro.html and search for "gpsdrive".


To install a binary package, you can use the remote fetch capability of
pkg_add:

$ su -             [become root]
# pkg_add -r gpsdrive
# exit             [loose root]


To install from source, make sure you have an updated ports tree [1] and then
do the following:

$ su -             [become root]
# cd /usr/ports/astro/gpsdrive
# make
# make install
# make clean
# exit             [loose root]


Enjoy!

Feel free to contact me if you have questions regarding the FreeBSD port
or if you want an updated version.

Marco Molteni <molter@gufi.org>
http://www.gufi.org/~molter/

[1] http://www.freebsd.org/handbook/ports-using.html. To have an updated
    ports collection you'll want to use CVSup, as described there.