Add brief note about dependencies for Python and Ruby bindings.
This commit is contained in:
parent
1b52275fa2
commit
0fbbf1a5f1
1 changed files with 4 additions and 0 deletions
4
INSTALL
4
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue