From 75326cce357aa2a710c1302cc52be1acc6d3157e Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Wed, 3 Sep 2003 19:28:15 +0000 Subject: [PATCH] update install instructions for autoconf --- INSTALL | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 5ee99bb7..ad658975 100644 --- a/INSTALL +++ b/INSTALL @@ -52,12 +52,14 @@ accessing Comedi from other kernel modules. * Configuration: -Configure using 'make'. This will ask you the location of the -Linux kernel source tree. If it detects that you have a kernel -patched for RTAI or RTLinux, it will also ask you for the location -of the RTAI or RTLinux source directory. Then the configuration -script will ask questions for a couple general Comedi features -and then whether or not compile each driver. +Configure with './configure'. './configure --help' will give the +configuration options. If the configure script does not exist +(if you checked comedi out from cvs for example), it can +be generated by running './autogen.sh'. The autoconf, automake, +autoheader, etc. tools are required to generate the configure +script (automake version >= 1.7 recommended). The --with-linuxdir +option is particularly useful, as it allows you to specify +the location of your Linux kernel source directory. * Compiling: -- 2.26.2