summaryrefslogtreecommitdiff
path: root/build.txt
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2016-03-07 10:58:27 -0800
committerGary E. Miller <gem@rellim.com>2016-03-07 10:58:27 -0800
commit9df2c4581d15cfbeca40f0c3d5584bdeb56985ca (patch)
treeada6498d4281dbc669f0970f14a54865ea608602 /build.txt
parent3925d00acf7674023f6027d4ec849bb3432201e7 (diff)
downloadgpsd-9df2c4581d15cfbeca40f0c3d5584bdeb56985ca.tar.gz
Add missing steps to build gpsd.
Diffstat (limited to 'build.txt')
-rw-r--r--build.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/build.txt b/build.txt
index 11b2893a..259a3913 100644
--- a/build.txt
+++ b/build.txt
@@ -9,9 +9,14 @@ Some hints for people building binary packages are in packaging/readme.txt.
== Quick start ==
+You can download the lastest gpsd tarball from:
+http://download.savannah.gnu.org/releases/gpsd/
+
Under Linux, assuming you have all your build prerequisites in place,
-this line will do:
+these lines will do:
+ tar -xzf gpsd-X.YY.tar.gz
+ cd gpsd-X.YY
scons && scons check && sudo scons udev-install
If you get any errors, you need to read the detailed instructions that follow.