From 9df2c4581d15cfbeca40f0c3d5584bdeb56985ca Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Mon, 7 Mar 2016 10:58:27 -0800 Subject: Add missing steps to build gpsd. --- build.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build.txt') 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. -- cgit v1.2.1