Navigation


Changeset 600:e9c0bdedf2eb in freeDiameter for INSTALL.Ubuntu


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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.