]> jfr.im git - solanum.git/blobdiff - README.md
callerid: actually the guard should be for source_p
[solanum.git] / README.md
index a75b25ae6cfb5d5a95435878bfe0479b78ac63f9..962f85269e59b609094c242dd0bcb76a7aebf77b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ problems, please file a bug.
 
 * FreeBSD 10.x and above (i386 and amd64)
 * Linux 2.6.x and above with glibc or musl (i386, x86_64, and ARM)
-* Mac OS X 10.7 and above
+* macOS 10.7 and above
 * Windows Vista/Server 2008 and above (x86 or x64)
 
 ## Tier 2
@@ -50,6 +50,14 @@ 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.
 
+ * **macOS**: you must set the `LIBTOOLIZE` environment variable to point to glibtoolize before running autogen.sh:
+
+   ```bash
+   brew install libtool
+   export LIBTOOLIZE="/usr/local/bin/glibtoolize"
+   ./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"
@@ -81,7 +89,7 @@ You will need to run `autogen.sh` to build the autotools files prior to building
 
 # tips
 
- * To report bugs in charybdis, visit us at irc.freenode.net #charybdis
+ * To report bugs in charybdis, visit us at irc.charybdis.io #charybdis
 
  * Please read doc/index.txt to get an overview of the current documentation.