From: Ian Abbott Date: Tue, 31 Mar 2009 15:08:55 +0000 (+0000) Subject: Add brief note about dependencies for Python and Ruby bindings. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0fbbf1a5f1471f5770768bf9aa51764da80f5af0;p=comedilib.git Add brief note about dependencies for Python and Ruby bindings. --- diff --git a/INSTALL b/INSTALL index 9c04dd2..fba3475 100644 --- a/INSTALL +++ b/INSTALL @@ -11,6 +11,10 @@ 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.5 recommended). +The configure script will not enable the Python or Ruby bindings +unless 'swig' is installed and the Python or Ruby development +packages are installed. + 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.