blob: 34df9b5ddb6a23c2c38786ae341c04625c53daf0 [file] [log] [blame]
Brian Waters13d96012017-12-08 16:53:31 -06001The simplest way to install on NetBSD, DragonFly, MirBSD or other
2pkgsrc platforms is:
3 pkg_add freeDiameter
4
5If no binary package exists:
6 cd /usr/pkgsrc/net/freeDiameter
7 make install
8
9If you want to build and install freeDiameter from the repository,
10you'll need to install:
11 pkg_add bison pkg-config libidn gnutls libgcrypt mercurial
12and follow the usual installation note.
13
14NetBSD does not support SCTP, so you have to add
15 -DDISABLE_SCTP:BOOL=ON
16to the cmake command line.
17
18For the optional extensions, you need mysql*-client, postgres*-client,
19libxml2. For the debugging extensions, you also need swig and a
20python -- install as usual.
21