summaryrefslogtreecommitdiff
path: root/Documentation/README.FreeBSD
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/README.FreeBSD')
-rw-r--r--Documentation/README.FreeBSD38
1 files changed, 38 insertions, 0 deletions
diff --git a/Documentation/README.FreeBSD b/Documentation/README.FreeBSD
new file mode 100644
index 0000000..7350559
--- /dev/null
+++ b/Documentation/README.FreeBSD
@@ -0,0 +1,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.