# HG changeset patch # User Sebastien Decugis # Date 1352965339 -3600 # Node ID ad9fe07688b7a66955d08be6b11f5dc14996524e # Parent 4e2b4eef5908028a0553f07d0cc1f3e3590a0dd6 freeDiameter package is now available in brews for OSX. Fixed a few cosmetics and typos diff -r 4e2b4eef5908 -r ad9fe07688b7 INSTALL.OSX --- a/INSTALL.OSX Wed Nov 14 18:57:43 2012 +0100 +++ b/INSTALL.OSX Thu Nov 15 08:42:19 2012 +0100 @@ -10,20 +10,20 @@ a) Install Command Line Tools for Xcode or Xcode: - Command Line Tools (your OS X Version) for Xcode: https://developer.apple.com/downloads (Free Apple Developer ID Registration Required) - - or Xcode: + - or Xcode: https://itunes.apple.com/us/app/xcode/id497799835 (Free App Store Account Required) b) Install Homebrew $ ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)" -2) Install freeDiameter - $ brew install freediameter-server +2) Install freeDiameter: + $ brew install freediameter - After installation is done "Cavets" section will provide information + After installation is done "Caveats" section will provide information how to start freeDiameterd through launchd at system startup. - To view this information again: - $ brew cavets freediameter-server + To view this information again: + $ brew info freediameter To learn more about freeDiameter configuration options, read: http://www.freediameter.net/trac/wiki/Configuration @@ -39,9 +39,9 @@ See QUICK INSTRUCTIONS Step #1 above. 2) Install dependencies: - $ brew install mercurial cmake gnutls postgres mysql libidn + $ brew install mercurial cmake gnutls libgcrypt postgres mysql libidn - Notes: + Notes: * GNU IDN (libidn) is optional, see bellow * When libusrsctp package is available, you can use it as well. @@ -59,15 +59,14 @@ 7) Configure: $ cmake .. -DDISABLE_SCTP:BOOL=ON - + or for ncurses-based configuration: $ ccmake .. -DDISABLE_SCTP:BOOL=ON Notes: - * If you have installed libusrsctp, you can turn off the DISABLE_SCTP switch. * GNU IDN (Support for International Domain Names) can be disabled with: -DDIAMID_IDNA_IGNORE=ON or -DDIAMID_IDNA_REJECT=ON - * For more information on available configuration options read: + * For more information on available configuration options, read: http://www.freediameter.net/trac/wiki/Installation 8) Compile: