Navigation


Changeset 865:debdcc1e03d2 in freeDiameter for INSTALL.OSX


Ignore:
Timestamp:
Oct 22, 2012, 3:20:04 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

libidn is available on OS X

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL.OSX

    r864 r865  
    2222 b) install homebrew (might require to re-install perl and git also)
    2323 c) brew install the following packages:
    24    cmake mercurial gnutls mysql postgresql
     24   cmake mercurial gnutls mysql postgresql libidn
    2525
    26262) Retrieve source folder
     
    3030 ccmake /path/to/freeDiameter/sources
    3131
    32  (you have to disable IDN and SCTP at the moment, before initial configuration)
     32 (you have to disable SCTP at the moment, before initial configuration)
    3333Example:
    3434  mkdir freeDiameter-build
    3535  cd freeDiameter-build
    36   ccmake -DDISABLE_SCTP:BOOL=ON -DDIAMID_IDNA_IGNORE:BOOL=ON /path/to/freeDiameter/sources
     36  ccmake -DDISABLE_SCTP:BOOL=ON /path/to/freeDiameter/sources
    3737  /* Select 'c' then choose your options, then 'c' again and 'g' */
    3838  make
Note: See TracChangeset for help on using the changeset viewer.