Navigation


Changeset 643:f065e3cb846e in freeDiameter for INSTALL.Fedora


Ignore:
Timestamp:
Dec 21, 2010, 10:51:14 AM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Tags:
1.0.3
Message:

Updated documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL.Fedora

    r617 r643  
    55Dependencies on Fedora 13 (from minimal system):
    66# yum install cmake make gcc flex bison lksctp-tools-devel gnutls-devel libgcrypt-devel
     7
     8In addition, if you have not already retrieved the latest source:
    79# yum install mercurial
    810
    911Following dependencies are optional, depending on which extensions you plan to compile
    1012 app_acct:
    11         # yum install postgresql-server postgresql-devel
     13        # yum install postgresql-devel
     14        optional:
     15        # yum install postgresql-server
    1216
    1317 app_sip:
    1418 app_diameap:
    15         # yum install mysql-server mysql-devel
     19        # yum install mysql-devel
     20        optional:
     21        # yum install mysql-server
    1622       
    1723 dict_legacy_xml:
     
    2228
    2329
    24 Fetching the latest source:
    25 # hg clone http://www.freediameter.net/hg/freeDiameter
    26 # cd freeDiameter
    27 
    28 Compiling in a separate directory:
    29 # mkdir test.build
    30 # cd test.build
    31 # cmake ..
    32 # make
    33 
    3430NOTE: You may need to change something in SELinux to allow binding the SCTP socket on Diameter port.
    3531The following command is the very naive way to do it, you can probably do better (feedback appreciated!)
     
    3834
    3935There is currently no Fedora-specific package for freeDiameter.
    40 You are welcome to contribute packaging scripts! Please contact with
    41 dev@freediameter.net for more details.
     36You are welcome to contribute packaging scripts.
     37Please contact dev@freediameter.net for more details.
Note: See TracChangeset for help on using the changeset viewer.