# HG changeset patch # User Sebastien Decugis # Date 1280457600 -32400 # Node ID 4dc1edb5ddab7365ed91937919bd5178a41080eb # Parent 8f85c0507de45d6524dc0a8849cf962b99807d3d Added information about app_diameap in the main documentation files diff -r 8f85c0507de4 -r 4dc1edb5ddab INSTALL.FreeBSD --- a/INSTALL.FreeBSD Thu Jul 29 17:33:40 2010 +0900 +++ b/INSTALL.FreeBSD Fri Jul 30 11:40:00 2010 +0900 @@ -25,7 +25,7 @@ # cd /usr/ports/devel/cmake # make install - b) from package (don't forget to set your PACKAGEROOT appropriately: set PACKAGEROOT=ftp://ftp.jp.freebsd.org): + b) or from package (don't forget to set your PACKAGEROOT appropriately: set PACKAGEROOT=ftp://ftp.jp.freebsd.org): # pkg_add -v -r cmake diff -r 8f85c0507de4 -r 4dc1edb5ddab INSTALL.Ubuntu --- a/INSTALL.Ubuntu Thu Jul 29 17:33:40 2010 +0900 +++ b/INSTALL.Ubuntu Fri Jul 30 11:40:00 2010 +0900 @@ -16,14 +16,14 @@ mercurial gdb In order to build app_acct extension, you will also need the package libpq-dev. -In order to build app_sip extension, you will also need the package libmysqlclient-dev. +In order to build app_sip or app_diameap extension, you will also need the package libmysqlclient-dev. If your debhelper environment is recent (> 7.3.9 to provide cmake support), the following commands should generate the freeDiameter packages for you: # Install the dependencies for building the source: -sudo apt-get -y install mercurial cmake make gcc bison flex libsctp-dev libgnutls-dev libgcrypt-dev libpq-dev ssl-cert debhelper fakeroot +sudo apt-get -y install mercurial cmake make gcc bison flex libsctp-dev libgnutls-dev libgcrypt-dev libpq-dev libmysqlclient-dev ssl-cert debhelper fakeroot # Retrieve the latest version of the source package cd @@ -54,7 +54,7 @@ Ubuntu Intrepid, Jaunty, Karmic, Lucid. Debian Lenny. -Ubuntu Hardy support is broken. +Ubuntu Hardy support is known to be broken. The Debian package has been generated with success on Debian (>=Squeeze) and Ubuntu (>=Karmic). @@ -67,6 +67,8 @@ 2) (OPTION) If you will compile modules that require postgresql, also install: # sudo apt-get install libpq-dev + and for mysql: +# sudo apt-get install libmysqlclient-dev 3) (OPTION) If you want a more user-friendly interface, install this: # sudo apt-get install cmake-curses-gui diff -r 8f85c0507de4 -r 4dc1edb5ddab LICENSE --- a/LICENSE Thu Jul 29 17:33:40 2010 +0900 +++ b/LICENSE Fri Jul 30 11:40:00 2010 +0900 @@ -39,3 +39,6 @@ extensions/app_sip/* extensions/app_radgw/rgwx_sip.c +The following files have been contributed by Souheil Ben Ayed, see source files for copyright information: + extensions/app_diameap/* +