summaryrefslogtreecommitdiff
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* ubxtool/zerk: Makes PySerial a "soft" dependency.Fred Wright2019-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This allows the absence of the PySerial ('serial') module, as long as the -f option is not used. This not only avoids the PySerial dependency for informational options like -h and -V, but also allows full functionality in the "via gpsd" mode. The 'gps_io' class was taking the 'serial' module (mistakenly referred to as a class as an init argument, but wasn't making any use of that flexibility. Since fully supporting that would complicate the error message, it's simply removed instead. The zerk changes are untested, due to the lack of appropriate hardware. However, they are identical to the changes in the corresponding code in ubxtool, which is tested. The manpages are updated to mention the pyserial dependency for -f. The install of ubxtool and zerk is no longer conditional on PySerial. TESTED: Tested ubxtool with PySerial 2.7, 3.0, 3.4, and none at all, verifying that -f works with all three versions, and other modes work without. Also tested with Python 3.4-3.7 (PySerial 3.4 only).
* Fixes typo in INSTALL update.Fred Wright2018-10-091-1/+1
|
* INSTALL: Mention that zerk and ubxtool need pyserial.Gary E. Miller2018-10-041-0/+1
|
* INSTALL: typo touchups.Gary E. Miller2018-06-181-18/+16
|
* Rasberry -> Raspberry, thanks to Péter <e2qb2a44f@prolan-power.hu>Gary E. Miller2017-01-251-2/+2
|
* Add back in /dev/pps0 for the rasPi.Gary E. Miller2016-06-101-3/+10
| | | | | Too many people have old gpsd binaries and could not figure out how to specify the PPS device.
* Add some to RasPi install.Gary E. Miller2016-04-251-1/+34
| | | | Still needs the changes for chronyd
* No longer necessary to put /dev/pps0 on command line for RPi.Eric S. Raymond2016-04-251-7/+2
|
* Tweak the RasPi note in INSTALL.Gary E. Miller2016-04-251-2/+17
|
* Minor fixes to INSTALL and build.txt.Fred Wright2016-04-111-5/+5
| | | | | | | Aside from some minor corrections and some additional info in build.txt, this removes Python 3 from the Python alternatives in the "generic build" section, since scons doesn't currently work with Python 3. It's still included as a runtime possibility.
* Restore language about 2.6 portability, clean up Python imports.Eric S. Raymond2016-03-271-14/+10
|
* Minor doc fixes, and paragraph about parallel builds/tests.Fred Wright2016-03-151-1/+1
|
* Fix minor typos.Rob Norris2016-02-191-3/+3
|
* Fix minor typos.Hal Murray2016-02-011-2/+2
| | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* Updated Debian and Raspbian documentationSanjeev Gupta2015-06-011-9/+47
| | | | In particular, adding the key for wheezy-backports
* asciidoc was unhappy with the way Gary tried to set some revision dates. Fixed.Eric S. Raymond2015-04-101-1/+0
|
* Add some SEO love, remove trailing whitespace.Gary E. Miller2015-04-091-10/+16
|
* Document that gpsd.php is not installed automaticallySanjeev Gupta2015-04-011-3/+7
| | | | | Neither is contrib/ available in the Debian package. I have opened a bug and will track it: #781688
* Uh, oh, how to get scons 2.3.0 onto Raspbian.Gary E. Miller2015-03-261-0/+42
|
* INSTALL improvements.Eric S. Raymond2015-03-261-3/+7
|
* Add warning to RasPi pps-gpio users about missing edge detection.Gary E. Miller2015-03-201-0/+4
|
* Tweak RasPi INSTALL for Adafruit Ultimate GPS HAT.Gary E. Miller2015-03-181-0/+11
| | | | | The HAT now works fine. gpsd still needs to understand a naked /dev/pps0
* TypoGary E. Miller2015-03-171-1/+1
|
* Whoops, install instructions are already in build.txtGary E. Miller2015-03-171-24/+7
| | | | Seems to me human readable file names should be in UPPERCASE?
* Add meager instrucstion on installing from source, and on the RasPi.Gary E. Miller2015-03-171-1/+48
|
* Add some guidance on Rasberry Pi and the Adafruit GPS HATGary E. Miller2015-03-161-0/+22
|
* OS X, add install notes to the INSTALL file.Gary E. Miller2015-03-091-0/+40
| | | | Just a start, esr will likely reformat too.
* Clarify a requirement for Python 2.x.Eric S. Raymond2015-02-151-1/+1
| | | | No code changes. All regression tests pass.
* *BSD portability note.Eric S. Raymond2015-02-121-5/+8
|
* Typo fix.Eric S. Raymond2014-08-231-1/+1
|
* "dialout" is sometimes UUCP.Eric S. Raymond2013-11-231-2/+3
|
* Typo fixes. All regression test pass. PPS is live.Eric S. Raymond2013-11-081-1/+1
|
* Move some installation instructions to a better location.Eric S. Raymond2013-11-041-5/+2
|
* PHP script no longer requires a Google API key.Eric S. Raymond2013-04-301-2/+1
|
* Corrected typos and spelling error.Kevin O. Grover2012-01-091-3/+3
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Address the -ltinfo problem.Eric S. Raymond2011-10-251-0/+4
|
* Banish more URLs that are doomed to point at nowhere.Eric S. Raymond2011-10-011-8/+7
|
* More installation-document updates.Eric S. Raymond2011-09-251-0/+8
|
* Make installation instructions accessible from the Web.Eric S. Raymond2011-09-251-27/+19
|
* More documentation updates.Eric S. Raymond2011-09-251-51/+47
|
* Update the installation docs.Eric S. Raymond2011-09-251-28/+17
|
* Split out build instructions so we can add a detailed section on cross-build.Eric S. Raymond2011-09-191-112/+8
|
* Reorganize the installation instructions.Eric S. Raymond2011-09-191-134/+158
|
* Slight revision of some advice.Eric S. Raymond2011-09-171-11/+11
|
* Document which Linux kernel modules might be required (for embedded deployment.Eric S. Raymond2011-09-171-0/+19
|
* Add a know for systems without implicit linking, and document it.Eric S. Raymond2011-08-271-0/+5
|
* Enable parallel builds with explicit dependencies on libraries.Eric S. Raymond2011-08-241-3/+0
|
* Update the release procedure. Re-enable valgrind.Eric S. Raymond2011-08-191-0/+2
|
* Note the problem with parallel builds.Eric S. Raymond2011-08-181-0/+3
|
* Declare chrpath as a build dependency.Eric S. Raymond2011-08-131-0/+1
|