From: Frank Mori Hess Date: Fri, 16 May 2003 19:41:13 +0000 (+0000) Subject: updated for autoconf stuff X-Git-Tag: r0_7_21~153 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a47a8b6028c8f3e5ea9144461048f92e6697f183;p=comedilib.git updated for autoconf stuff --- diff --git a/INSTALL b/INSTALL index dd28210..eee2704 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,11 @@ +Configure with './configure'. './configure --help' will give the +configuration options. If the configure script does not exist +(if you checked comedilib 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.6 recommended). + 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.