changeset 865:debdcc1e03d2

libidn is available on OS X
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 22 Oct 2012 08:20:04 +0200
parents 99778f1e2989
children e457e7ac3a6d
files INSTALL.OSX
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
 
"Welcome to our mercurial repository"