Navigation


Changeset 461:4dc1edb5ddab in freeDiameter


Ignore:
Timestamp:
Jul 30, 2010, 11:40:00 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added information about app_diameap in the main documentation files

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • INSTALL.FreeBSD

    r415 r461  
    2626    # make install
    2727   
    28  b) from package (don't forget to set your PACKAGEROOT appropriately: set PACKAGEROOT=ftp://ftp.jp.freebsd.org):
     28 b) or from package (don't forget to set your PACKAGEROOT appropriately: set PACKAGEROOT=ftp://ftp.jp.freebsd.org):
    2929    # pkg_add -v -r cmake
    3030       
  • INSTALL.Ubuntu

    r362 r461  
    1717 
    1818In order to build app_acct extension, you will also need the package libpq-dev.
    19 In order to build app_sip extension, you will also need the package libmysqlclient-dev.
     19In order to build app_sip or app_diameap extension, you will also need the package libmysqlclient-dev.
    2020
    2121
     
    2424
    2525# Install the dependencies for building the source:
    26 sudo apt-get -y install mercurial cmake make gcc bison flex libsctp-dev libgnutls-dev libgcrypt-dev libpq-dev ssl-cert debhelper fakeroot
     26sudo apt-get -y install mercurial cmake make gcc bison flex libsctp-dev libgnutls-dev libgcrypt-dev libpq-dev libmysqlclient-dev ssl-cert debhelper fakeroot
    2727
    2828# Retrieve the latest version of the source package
     
    5555Debian Lenny.
    5656
    57 Ubuntu Hardy support is broken.
     57Ubuntu Hardy support is known to be broken.
    5858
    5959The Debian package has been generated with success on Debian (>=Squeeze) and Ubuntu (>=Karmic).
     
    68682) (OPTION) If you will compile modules that require postgresql, also install:
    6969# sudo apt-get install libpq-dev
     70   and for mysql:
     71# sudo apt-get install libmysqlclient-dev
    7072
    71733) (OPTION) If you want a more user-friendly interface, install this:
  • LICENSE

    r362 r461  
    4040  extensions/app_radgw/rgwx_sip.c
    4141
     42The following files have been contributed by Souheil Ben Ayed, see source files for copyright information:
     43   extensions/app_diameap/*
     44
Note: See TracChangeset for help on using the changeset viewer.