Add brief note about dependencies for Python and Ruby bindings.

This commit is contained in:
Ian Abbott 2009-03-31 15:08:55 +00:00
parent 1b52275fa2
commit 0fbbf1a5f1

View file

@ -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.