blob: 3c881c2ea1eef820e89cc7170edc0ed71ccfa7a7 [file] [log] [blame]
Brian Waters13d96012017-12-08 16:53:31 -06001### Very short install notes for Fedora (tested on Fedora 13 and 14)
2# Please refer to other INSTALL files for more detailed instructions (e.g. extension-specific notes).
3
4
5Dependencies on Fedora 13 (from minimal system):
6# yum install cmake make gcc gcc-c++ flex bison lksctp-tools-devel gnutls-devel libgcrypt-devel libidn-devel
7
8In addition, if you have not already retrieved the latest source:
9# yum install mercurial
10
11Following dependencies are optional, depending on which extensions you plan to compile
12 app_acct:
13 # yum install postgresql-devel
14 optional:
15 # yum install postgresql-server
16
17 app_sip:
18 app_diameap:
19 # yum install mysql-devel
20 optional:
21 # yum install mysql-server
22
23 dict_legacy_xml:
24 # yum install libxml2 libxml2-devel
25
26 dbg_interactive:
27 # yum install swig python-devel
28
29
30NOTE: You may need to change something in SELinux to allow binding the SCTP socket on Diameter port.
31The following command is the very naive way to do it, you can probably do better (feedback appreciated!)
32# setenforce Permissive
33
34
35There is currently no Fedora-specific package for freeDiameter.
36You are welcome to contribute packaging scripts.
37Please contact dev@freediameter.net for more details.