summaryrefslogtreecommitdiff
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update build instructions to remove some prerequisites.Eric S. Raymond2010-04-191-6/+7
|
* Update installation instructions and the make recipe.Eric S. Raymond2010-04-191-32/+25
|
* libusb support lands in the Garmin driver.Eric S. Raymond2010-04-161-0/+6
|
* Documentation update.Eric S. Raymond2010-04-151-1/+2
|
* We certainly don't need Motif any more.Eric S. Raymond2010-04-091-2/+2
|
* Update step 6 for the stable version of the new protocol.Eric S. Raymond2010-04-081-5/+6
|
* Fix json documentation in INSTALLBernd Zeimetz2010-04-051-1/+1
| | | | Thanks to elric and lindi- in #gpsd.
* Add some documentation on the Qt build.Eric S. Raymond2010-03-311-1/+28
|
* Note in INSTALL that Python is required for build but not to run.Eric S. Raymond2010-03-311-6/+5
| | | | Addresses Berlios bug #16782.
* Merge "make testregress" with "make check".Eric S. Raymond2010-03-301-1/+1
|
* Eliminate more Subversion tracks...Eric S. Raymond2010-03-131-4/+5
| | | | ...converting where appropriate to git references.
* Fix gps.py so it will try to import simplejson if importing json fails.Eric S. Raymond2009-12-031-2/+4
| | | | Explain this relaxation of prerequisites in the INSTALL file.
* Forward-port fixed to make build work again under 2.64.Eric S. Raymond2009-11-281-10/+2
| | | | | | | It doesn't handle well the case where a component of a shared library has a stem name the same as the library. All regression tests pass.
* Document autotools breakage more exactly.Eric S. Raymond2009-11-261-8/+11
|