README: Document glibtoolize use on Mac systems

Fixes #224
This commit is contained in:
Aaron Jones 2016-10-31 09:08:46 +00:00
parent 5bc95eaf4a
commit 19ec5fb1f9
No known key found for this signature in database
GPG Key ID: EC6F86EE9CD840B5
1 changed files with 7 additions and 0 deletions

View File

@ -50,6 +50,13 @@ Anything else that hasn't been tested. Charybdis may or may not work on it; patc
These are known issues and workarounds for supported platforms.
* **Mac OS X and macOS **: you must set the LIBTOOLIZE environment
variable to point to glibtoolize before running autogen.sh:
`$ brew install libtool`
`$ LIBTOOLIZE="/opt/local/bin/glibtoolize"`
`$ export LIBTOOLIZE`
`$ ./autogen.sh`
* **FreeBSD**: if you are compiling with ipv6 you may experience
problems with ipv4 due to the way the socket code is written. To
fix this you must: "sysctl net.inet6.ip6.v6only=0"