From: David Schleef Date: Mon, 17 Nov 2003 20:12:49 +0000 (+0000) Subject: Add some notes about compiling from CVS X-Git-Tag: r0_7_69~163 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1d19fb0dea91cf318f1f9e46a5d922023c2e61d9;p=comedi.git Add some notes about compiling from CVS --- diff --git a/README.CVS b/README.CVS new file mode 100644 index 00000000..9a123926 --- /dev/null +++ b/README.CVS @@ -0,0 +1,17 @@ + +Building Comedi from CVS is slightly different from the releases. +There is an additional step of creating the configure script and +makefiles from the templates using automake, autoconf, etc. This +is all done automatically by running the script ./autogen.sh. + +You may need to edit the autogen.sh script so that it runs the +appropriate commands. Often, the necessary commands have version +suffixes. Occasionally, for strange reasons, errors can be +solved by running ./autogen.sh twice. + +Requirements: + + automake >= 1.6 + autoconf >= 2.54 + +