From 47b9f2d6c9a7cb0e4e648c899830af3d63e90242 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 1 Mar 2001 21:52:23 +0000 Subject: [PATCH] update docs --- INSTALL | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index ce3024c..dd28210 100644 --- a/INSTALL +++ b/INSTALL @@ -1,10 +1,4 @@ -Comedi has a mailing list. Send "subscribe comedi" to -majordomo@stm.lbl.gov to subscribe. - -If you are upgrading from a previous version, see the upgrade notes -below. - Compile using 'make'. If this doesn't work, make sure you have the basic tools installed to compile. If you can successfully compile other things, consult the author, as he has probably made a mistake. @@ -15,6 +9,9 @@ Install using 'make install' as root. This installs the files: /usr/include/comedilib.h and other things... +If you run Debian GNU/Linux, comedilib is packaged as the packages +libcomedi0 and libcomedi-dev. These are available as part of woody. + To write programs that use comedi, look at examples in the demo/ and the documentation in the doc/ directory.