Navigation


Changeset 1011:aaf8743df5e7 in freeDiameter


Ignore:
Timestamp:
Mar 26, 2013, 10:30:29 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Updated Ubuntu documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL.Ubuntu

    r972 r1011  
    1818
    1919The following packages are required to compile freeDiameter from source:
    20  cmake make gcc flex bison libsctp1 libsctp-dev libgnutls-dev libgcrypt-dev libidn11-dev
     20 cmake make gcc g++ flex bison libsctp1 libsctp-dev libgnutls-dev libgcrypt-dev libidn11-dev
    2121 
    2222(note that libidn and libsctp can be avoided by defining DISABLE_SCTP and DIAMID_IDNA_REJECT)
     
    4545
    4646# Install the dependencies for building the source:
    47 sudo apt-get -y install mercurial cmake make gcc bison flex libsctp-dev libgnutls-dev libgcrypt-dev libidn11-dev ssl-cert debhelper fakeroot \
     47sudo apt-get -y install mercurial cmake make gcc g++ bison flex libsctp-dev libgnutls-dev libgcrypt-dev libidn11-dev ssl-cert debhelper fakeroot \
    4848   libpq-dev libmysqlclient-dev libxml2-dev swig python-dev
    4949
     
    7373===========================================
    7474
    75 freeDiameter has been tested on the following distributions (compiled from source as described below):
    76 Ubuntu Intrepid, Jaunty, Karmic, Lucid, Maverick, Natty.
    77 Debian Lenny (with small patch, see ticket #24).
    78 
     75freeDiameter is tested regularly on all current Ubuntu distributions since Intrepid (compiled from source as described below)
    7976Ubuntu Hardy support is known to be broken.
    8077
     
    8683
    87841) Install all packages dependencies
    88 # sudo apt-get install mercurial cmake make gcc bison flex libsctp-dev libgnutls-dev libgcrypt-dev libidn11-dev
     85# sudo apt-get install mercurial cmake make gcc g++ bison flex libsctp-dev libgnutls-dev libgcrypt-dev libidn11-dev
    8986
    90872) (OPTION) If you will compile modules that require postgresql, also install:
     
    116113# make test
    117114
    118 10) Install the software in configured locations:
     11510) (OPTION) Install the software in configured locations:
    119116# sudo make install
    120117
Note: See TracChangeset for help on using the changeset viewer.