diff options
author | David Spencer <baildon.research@googlemail.com> | 2010-07-11 01:53:59 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-11 01:53:59 -0500 |
commit | ff7cebb966cb92a2ce83a83469b080f8d5974a04 (patch) | |
tree | 822bc48bb877958a5f9d72222e3cfcc9ca4d508d /system/gpsd/README.build | |
parent | e1c999e1fc40e112d58f833c3f7fb0e8125a39e0 (diff) | |
download | slackbuilds-ff7cebb966cb92a2ce83a83469b080f8d5974a04.tar.gz |
system/gpsd: Updated for version 2.94.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/gpsd/README.build')
-rw-r--r-- | system/gpsd/README.build | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/system/gpsd/README.build b/system/gpsd/README.build index a3b58bfa11..54a6679c16 100644 --- a/system/gpsd/README.build +++ b/system/gpsd/README.build @@ -5,7 +5,10 @@ Support for various devices and features may be enabled and/or disabled by setting the variables ENABLE and DISABLE before running gpsd.SlackBuild, for example -ENABLE=garmintxt DISABLE="garmin dbus" ./gpsd.SlackBuild +ENABLE=garmintxt DISABLE="garmin,dbus" ./gpsd.SlackBuild + +Multiple options may be separated by commas (as shown above) +or by spaces. The following devices and features may be enabled @@ -25,6 +28,7 @@ The following devices and features may be enabled max-devices=nnn compile with maximum allowed devices squelch squelch gpsd_report and gpsd_hexdump to save cpu + raw enable raw measurement processing The following devices and features may be disabled @@ -50,7 +54,9 @@ The following devices and features may be disabled rtcm104v3 disable rtcm104v3 support ntrip disable NTRIP support aivdm disable Aivdm support + oncore disable Motorola OnCore chipset support ntpshm disable NTP time hinting support pps disable PPS time syncing support + timing disable latency timing support reconfigure do not allow gpsd to change device settings controlsend do not allow gpsd to change device settings |