Update README.md

For OS X, libtool already exists, it is installed in OS X as glibtool to avoid a name conflict with an existing OS X tool.
This commit is contained in:
gmadkat 2016-02-24 11:03:01 -05:00
parent 0a7acff783
commit f5e9640ee8
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ package management system to install the compile time files. If you checked
out our git you need to copy the libtool helper scripts and rebuild configure
with:
# libtoolize -ci
# libtoolize -ci (use glibtoolize for OS X, libtool is installed as glibtool to avoid name conflict on OS X)
# autoreconf -fi
## Minimal dependencies