Last change
on this file was
1561:699c3fb0c57b,
checked in by Thomas Klausner <wiz@gatalith.at>, 13 months ago
|
Switch from libidn to libidn2.
libidn2 is the backwards compatible successor to libidn,
and at least Red Hat 8 does not provide a dev package for libidn1.
|
File size:
571 bytes
|
Line | |
---|
1 | The simplest way to install on NetBSD, DragonFly, MirBSD or other |
---|
2 | pkgsrc platforms is: |
---|
3 | pkg_add freeDiameter |
---|
4 | |
---|
5 | If no binary package exists: |
---|
6 | cd /usr/pkgsrc/net/freeDiameter |
---|
7 | make install |
---|
8 | |
---|
9 | If you want to build and install freeDiameter from the repository, |
---|
10 | you'll need to install: |
---|
11 | pkg_add bison pkg-config libidn2 gnutls libgcrypt mercurial |
---|
12 | and follow the usual installation note. |
---|
13 | |
---|
14 | For the optional extensions, you need mysql*-client, postgres*-client, |
---|
15 | libxml2, jsoncpp, and json-schema. For the debugging extensions, |
---|
16 | you also need swig and a python -- install as usual. |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.