summaryrefslogtreecommitdiff
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Note about -Wmissing-field-initializers warnings.Eric S. Raymond2011-08-111-1/+3
|
* Warning about old scons versions.Eric S. Raymond2011-05-251-0/+4
|
* Give up on configure-like options, return to scons-style persistent variables.Eric S. Raymond2011-04-111-4/+4
| | | | | | | There was lots of user demand for *persistent* configuration variables. While it is theoretically possible that I could have made this work with the configure-like options, the code would have beenn a fragile kluge. So, fall back in scons practive for command-line cinfiguration variables.
* Shoot the autotools build through the head, putting it out of our misery.Eric S. Raymond2011-04-091-37/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | This diff executes the foollowing steps: 1. Delete from the repo: configure.ac, autogen.sh, Makefile.am, do-tests (2129 lines). 2. Removed the kluge in SConstruct 3. Remove future.html reference to scons. 4. Revise INSTALLATION. 5. Edit the packaging files to warn that they need to use scons. 7. git rm -r libQgpsmm 8. Add a warning to devtools/sizes that it won't work until we add an option to build static. Also, the following were removed from .gitignore and the working directory: configure Makefile.in Makefile config.* aclocal.m4 py-compile ltmain.sh missing autom4te.cache depcomp install-sh stamp-h1 .libs .deps libtool ChangeLog m4. This is 90630 lines of stuff. All regression tests pass.
* Note the existence of the scons recipe.Eric S. Raymond2011-04-051-0/+5
|
* Document that a clang build works.Eric S. Raymond2011-03-281-0/+6
|
* Be explicit about requiring C99.Eric S. Raymond2011-01-251-3/+4
|
* Document usage of cairo.Bernd Zeimetz2010-08-311-3/+3
|
* Mention pkg-config as necessary in INSTALL.Bernd Zeimetz2010-05-151-0/+1
|
* xgpsspeed.ad is no more.Eric S. Raymond2010-05-101-3/+0
|
* Remove xaw and friends from build requirements in INSTALL.Bernd Zeimetz2010-05-101-4/+2
|
* Suggest to use dpkg-reconfigure -plow gpsd.Bernd Zeimetz2010-04-271-2/+2
|
* Add a note to INSTALL about dhclient/ntpd issues.Bernd Zeimetz2010-04-271-0/+6
|
* Documentation update.Eric S. Raymond2010-04-261-0/+4
|
* Note that pygtk is required, and some other updates.Eric S. Raymond2010-04-191-9/+12
|