Update about requiring Libtool
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4742 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
65411ffaad
commit
6dc29d6959
1 changed files with 2 additions and 1 deletions
|
|
@ -72,13 +72,14 @@ To compile SWIG from its CVS repository, you will need the following tools:
|
|||
<ul>
|
||||
<li> Autoconf 2.54 or higher
|
||||
<li> Automake 1.72 or higher
|
||||
<li> Libtool 1.4.2 or higher recommended, 1.5 preferable.
|
||||
<li> A working C++ compiler.
|
||||
<li> yacc or bison (to compile the SWIG parser).
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
It is important to note that the CVS repository does not include the C++ code
|
||||
generated by yacc nor the files produced by Autoconf and Automake (these
|
||||
generated by yacc nor the files produced by Autoconf, Automake or Libtool (these
|
||||
are however included in a normal release). Thus, you will have
|
||||
to install these tools on your machine to work with everything.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue