# HG changeset patch # User Sebastien Decugis # Date 1350886804 -7200 # Node ID debdcc1e03d210dbc32d5da41fe75d47b2f367cc # Parent 99778f1e2989602e6601837f2c4442512098ff91 libidn is available on OS X diff -r 99778f1e2989 -r debdcc1e03d2 INSTALL.OSX --- a/INSTALL.OSX Mon Oct 22 08:16:26 2012 +0200 +++ b/INSTALL.OSX Mon Oct 22 08:20:04 2012 +0200 @@ -21,7 +21,7 @@ a) install Xcode from App Store b) install homebrew (might require to re-install perl and git also) c) brew install the following packages: - cmake mercurial gnutls mysql postgresql + cmake mercurial gnutls mysql postgresql libidn 2) Retrieve source folder hg clone http://www.freediameter.net/hg/freeDiameter @@ -29,11 +29,11 @@ 3) Configure your build -- execute from your build folder ccmake /path/to/freeDiameter/sources - (you have to disable IDN and SCTP at the moment, before initial configuration) + (you have to disable SCTP at the moment, before initial configuration) Example: mkdir freeDiameter-build cd freeDiameter-build - ccmake -DDISABLE_SCTP:BOOL=ON -DDIAMID_IDNA_IGNORE:BOOL=ON /path/to/freeDiameter/sources + ccmake -DDISABLE_SCTP:BOOL=ON /path/to/freeDiameter/sources /* Select 'c' then choose your options, then 'c' again and 'g' */ make