comparison extensions/app_diameap/README @ 449:c5e37091553a

Updated app_diameap documentation and diameap.sql script
author Souheil Ben Ayed <souheil@tera.ics.keio.ac.jp>
date Thu, 29 Jul 2010 14:07:30 +0900
parents 70eabd4f8a31
children
comparison
equal deleted inserted replaced
448:9493b8d8a35f 449:c5e37091553a
38 ----- INSTALLATION ----- 38 ----- INSTALLATION -----
39 39
40 1- Add DiamEAP extension to freeDiameter. 40 1- Add DiamEAP extension to freeDiameter.
41 See freeDiameter documentation (http://www.freediameter.net/) 41 See freeDiameter documentation (http://www.freediameter.net/)
42 42
43 2- Edit the extensions/CMakeList.txt file to add DiamEAP to freeDiameter. 43 2-Create a new MySQL database and add tables using the sql script 'diameap.sql'.
44
45 3- Edit the extensions/CMakeList.txt file to add DiamEAP to freeDiameter.
44 46
45 Add the following lines: 47 Add the following lines:
46 48
47 OPTION(BUILD_APP_DIAMEAP "Build DiamEAP? (Diameter EAP Application - RFC 4072)" OFF) 49 OPTION(BUILD_APP_DIAMEAP "Build DiamEAP? (Diameter EAP Application - RFC 4072)" OFF)
48 IF (BUILD_APP_DIAMEAP) 50 IF (BUILD_APP_DIAMEAP)
49 ADD_SUBDIRECTORY(app_diameap) 51 ADD_SUBDIRECTORY(app_diameap)
50 ENDIF (BUILD_APP_DIAMEAP) 52 ENDIF (BUILD_APP_DIAMEAP)
51 53
52 Note: 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. 54 Note: 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.
53 55
54 3- Enable DiamEAP by enabling BUILD_DIAMEAP option with CMake: 56 4- Enable DiamEAP by enabling BUILD_APP_DIAMEAP option with CMake:
55 57
56 cmake -DBUILD_DIAMEAP:BOOl=ON ../ 58 cmake -DBUILD_APP_DIAMEAP:BOOl=ON ../
57 59
58 60
59 61
60 ----- CONFIGURATION ----- 62 ----- CONFIGURATION -----
61 63
"Welcome to our mercurial repository"