Brian Waters | 13d9601 | 2017-12-08 16:53:31 -0600 | [diff] [blame^] | 1 | ### Very short install notes for OpenSUSE (tested on OpenSUSE 11.3) |
| 2 | # Please refer to other INSTALL files for more detailed instructions (e.g. extension-specific notes). |
| 3 | |
| 4 | |
| 5 | Dependencies on OpenSUSE 11.3 (from minimal server system installation): |
| 6 | # zypper install cmake make gcc gcc-c++ flex bison lksctp-tools-devel libgnutls-devel libgcrypt-devel libidn-devel |
| 7 | # zypper install mercurial |
| 8 | |
| 9 | Following dependencies are optional, depending on which extensions you plan to compile |
| 10 | app_acct: |
| 11 | # zypper install postgresql-server postgresql-devel |
| 12 | |
| 13 | app_sip: |
| 14 | app_diameap: |
| 15 | # zypper install libmysqlclient-devel |
| 16 | (would also need a server, not sure which package is appropriate) |
| 17 | |
| 18 | dict_legacy_xml: |
| 19 | # zypper install libxml2 libxml2-devel |
| 20 | |
| 21 | dbg_interactive: |
| 22 | # zypper install swig python-devel |
| 23 | |
| 24 | sample: |
| 25 | # zypper install gcc-c++ |
| 26 | |
| 27 | There is currently no OpenSUSE-specific package for freeDiameter. |
| 28 | You are welcome to contribute packaging scripts! Please contact with |
| 29 | dev@freediameter.net for more details. |