summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-09 10:10:31 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-09 10:10:31 -0400
commit10085f734bfeac5722345999398647be789f948c (patch)
tree758b15ae0c26fc7b52161c4fb3dab72bc8a8b9f0
parent3cc2dbba32e6487ba3cfa9b402690ac23db8b565 (diff)
downloadgpsd-10085f734bfeac5722345999398647be789f948c.tar.gz
We certainly don't need Motif any more.
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 62e77080..d1fcd476 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,7 +18,7 @@ various additional capabilities and extensions:
C++ compiler -> libgpsmm C++ wrapper for the library
pthreads library -> support for PPS timekeeping on serial GPSes
DBUS -> gpsd will issue DBUS notifications
-X windows + lesstif -> two test clients depend on this
+X windows -> two test clients depend on this
ncurses -> two more test clients depend on this
Qt + qmake -> libQgpsmm depends on this
@@ -107,7 +107,7 @@ resembling "Xm/Xm.h: No such file or directory". If you're on a Linux
system, you may already have LessTif. Source code is available
from <http://www.lesstif.org/>.
-Under Ubuntu, you will require libmotif-dev, libxp-dev and libxaw7-dev
+Under Ubuntu, you will require libxp-dev and libxaw7-dev
in addition to the standard build-support packages. You can get
all the build prerequisites intalled with "apt-get build-dep gpsd".