Navigation


Changeset 600:e9c0bdedf2eb in freeDiameter


Ignore:
Timestamp:
Nov 19, 2010, 5:36:33 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Initial draft version of dict_legacy_xml, parses XML file but no conversion to fD yet.

Files:
10 added
3 edited

Legend:

Unmodified
Added
Removed
  • INSTALL.Ubuntu

    r476 r600  
    2424In order to build app_acct extension, you will also need the package libpq-dev.
    2525In order to build app_sip or app_diameap extension, you will also need the package libmysqlclient-dev.
     26In order to build dict_legacy_xml extension, you will need libxml2-dev.
    2627
    2728
     
    3031
    3132# Install the dependencies for building the source:
    32 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
     33sudo apt-get -y install mercurial cmake make gcc bison flex libsctp-dev libgnutls-dev libgcrypt-dev libpq-dev libmysqlclient-dev libxml2-dev ssl-cert debhelper fakeroot
    3334
    3435# Retrieve the latest version of the source package
  • contrib/README

    r474 r600  
    4949        http://www.freediameter.net/CDash/index.php?project=freeDiameter
    5050
     51
     52- dict_legacy: XML and DTD files for the dict_legacy_xml.fdx extension.
  • extensions/CMakeLists.txt

    r596 r600  
    5454FD_EXTENSION_SUBDIR(dict_rfc5777   "Classification and QoS (RFC 5777) Dictionary definitions" ON)
    5555
     56FD_EXTENSION_SUBDIR(dict_legacy_xml "Load Diameter dictionary definitions from XML files."    OFF)
     57
    5658
    5759####
Note: See TracChangeset for help on using the changeset viewer.