summaryrefslogtreecommitdiff
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Note that libtool is broken.Eric S. Raymond2009-11-261-0/+5
|
* Typo fix.Eric S. Raymond2009-11-251-1/+1
|
* Fix installation directions.Eric S. Raymond2009-11-251-1/+1
|
* Record the DBUS prerequisites in INSTALL.Eric S. Raymond2009-11-251-0/+9
|
* Adjust prereq docs to the new reality.Greg Troxel2009-11-221-5/+16
| | | | | Note that python 2.6 is needed for tests. libgpsmm is optional. Users do not need auto* to build from tarballs, just from svn.
* Document a dependency.Eric S. Raymond2009-11-191-0/+4
|
* Update the test instructions some more.Eric S. Raymond2009-08-301-2/+2
|
* Make the test instructions speak new protocol.Eric S. Raymond2009-08-301-17/+9
|
* Address Debian bug #542384...Eric S. Raymond2009-08-301-1/+4
| | | | ...by adding a facility to specify a fallback dialout group.
* Document autoconf and automake levels known to work. Eric S. Raymond2009-03-251-4/+6
| | | | We can drop these back later if it turns out to be possible.
* Note that libxslt and docbook-xsl packages are needed to build man pages.Greg Troxel2009-03-051-0/+7
|
* Include instructions for setting up hotplugging in INSTALL.Eric S. Raymond2009-02-111-5/+8
|
* Explain how to run regression tests, and that one don't has to installGreg Troxel2009-01-141-1/+5
| | | | first.
* Miscellaneous documentation updates.Eric S. Raymond2007-12-121-1/+2
|
* Typo fix.Eric S. Raymond2007-12-121-1/+1
|
* Clear the decks...Eric S. Raymond2007-12-051-7/+17
| | | | | ...before applying and regression-testing the changes for the Garmin Simple Text Protocol driver.
* Documentation and webpage typo fixes.Eric S. Raymond2007-12-051-1/+4
|
* Cleanup after the prototype-tty change.Eric S. Raymond2006-12-191-2/+3
|
* Documentation changes suggested by Greg Troxel.Eric S. Raymond2006-12-181-11/+17
|
* Improved description of prerequisites.Eric S. Raymond2006-12-161-6/+14
|
* Graceful degradation of the build if pthreads is not present.Eric S. Raymond2006-12-161-5/+6
| | | | This time for sure.
* Alas, the attempt to factor out pthreads broke the build.Eric S. Raymond2006-12-161-6/+5
| | | | Revert this while we figure out a better way.
* Degrade the build gracefully if pthreads are not present.Eric S. Raymond2006-12-151-5/+6
|