changeset 887:ad9fe07688b7

freeDiameter package is now available in brews for OSX. Fixed a few cosmetics and typos
author Sebastien Decugis <sdecugis@freediameter.net>
date Thu, 15 Nov 2012 08:42:19 +0100
parents 4e2b4eef5908
children 63931db83e96
files INSTALL.OSX
diffstat 1 files changed, 10 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- 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:
"Welcome to our mercurial repository"