changeset 461:4dc1edb5ddab

Added information about app_diameap in the main documentation files
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 30 Jul 2010 11:40:00 +0900
parents 8f85c0507de4
children 7bfb1bd84996
files INSTALL.FreeBSD INSTALL.Ubuntu LICENSE
diffstat 3 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
 	
  
--- 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
--- 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/*
+
"Welcome to our mercurial repository"