Navigation


Changeset 887:ad9fe07688b7 in freeDiameter for INSTALL.OSX


Ignore:
Timestamp:
Nov 15, 2012, 4:42:19 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

freeDiameter package is now available in brews for OSX. Fixed a few cosmetics and typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL.OSX

    • Property exe set to *
    r885 r887  
    1111      - Command Line Tools (your OS X Version) for Xcode:
    1212         https://developer.apple.com/downloads (Free Apple Developer ID Registration Required)
    13       - or Xcode: 
     13      - or Xcode:
    1414         https://itunes.apple.com/us/app/xcode/id497799835 (Free App Store Account Required)
    1515
     
    1717     $ ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
    1818
    19 2) Install freeDiameter 
    20      $ brew install freediameter-server
     192) Install freeDiameter:
     20     $ brew install freediameter
    2121
    22    After installation is done "Cavets" section will provide information
     22   After installation is done "Caveats" section will provide information
    2323   how to start freeDiameterd through launchd at system startup.
    2424
    25    To view this information again: 
    26      $ brew cavets freediameter-server
     25   To view this information again:
     26     $ brew info freediameter
    2727
    2828   To learn more about freeDiameter configuration options, read:
     
    4040
    41412) Install dependencies:
    42     $ brew install mercurial cmake gnutls postgres mysql libidn
     42    $ brew install mercurial cmake gnutls libgcrypt postgres mysql libidn
    4343
    44    Notes: 
     44   Notes:
    4545    * GNU IDN (libidn) is optional, see bellow
    4646    * When libusrsctp package is available, you can use it as well.
     
    60607) Configure:
    6161    $ cmake .. -DDISABLE_SCTP:BOOL=ON
    62    
     62
    6363   or for ncurses-based configuration:
    6464    $ ccmake .. -DDISABLE_SCTP:BOOL=ON
    6565
    6666   Notes:
    67     * If you have installed libusrsctp, you can turn off the DISABLE_SCTP switch.
    6867    * GNU IDN (Support for International Domain Names) can be disabled with:
    6968       -DDIAMID_IDNA_IGNORE=ON or -DDIAMID_IDNA_REJECT=ON
    70     * For more information on available configuration options read:
     69    * For more information on available configuration options, read:
    7170       http://www.freediameter.net/trac/wiki/Installation
    7271
Note: See TracChangeset for help on using the changeset viewer.