Navigation


Changeset 449:c5e37091553a in freeDiameter for extensions/app_diameap/README


Ignore:
Timestamp:
Jul 29, 2010, 2:07:30 PM (14 years ago)
Author:
Souheil Ben Ayed <souheil@tera.ics.keio.ac.jp>
Branch:
default
Phase:
public
Message:

Updated app_diameap documentation and diameap.sql script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_diameap/README

    r441 r449  
    4141        See freeDiameter documentation (http://www.freediameter.net/)
    4242
    43 2- Edit the extensions/CMakeList.txt file to add DiamEAP to freeDiameter.
     432-Create a new MySQL database and add tables using the sql script 'diameap.sql'.
     44
     453- Edit the extensions/CMakeList.txt file to add DiamEAP to freeDiameter.
    4446
    4547Add the following lines:
     
    5254Note: you can enable DiamEAP to be built with freeDiameter by setting the BUILD_APP_DIAMEAP to ON. If you enable it here you don't need to enable it when building freeDiameter.
    5355
    54 3- Enable DiamEAP by enabling BUILD_DIAMEAP option with CMake:
     564- Enable DiamEAP by enabling BUILD_APP_DIAMEAP option with CMake:
    5557
    56 cmake -DBUILD_DIAMEAP:BOOl=ON ../
     58cmake -DBUILD_APP_DIAMEAP:BOOl=ON ../
    5759
    5860
Note: See TracChangeset for help on using the changeset viewer.