view INSTALL.pkgsrc @ 1486:eeb5706333c3

Update to 3GPP TS 29.061 V15.5.0 (2018-12) Add AVPs: - TWAN-Identifier, OctetString, code 29, section 16.4.7 - 3GPP-User-Location-Info-Time, OctetString, code 30, section 16.4.7 - 3GPP-Secondary-RAT-Usage, OctetString, code 31, section 16.4.7 - MBMS-Access-Indicator, Enumerated, code 923, section 20.5a.1 - MBMS-GW-SSM-IP-Address, OctetString, code 924, section 20.5a.2 - MBMS-GW-SSM-IPv6-Address, OctetString, code 925, section 20.5a.3 - MBMS-BMSC-SSM-UDP-Port, OctetString, code 926, section 20.5a.4 - MBMS-GW-UDP-Port, OctetString, code 927, section 20.5a.5 - MBMS-GW-UDP-Port-Indicator, Enumerated, code 928, section 20.5a.6 - MBMS-Data-Transfer-Start, Unsigned64, code 929, section 20.5a.7 - MBMS-Data-Transfer-Stop, Unsigned64, code 930, section 20.5a.8 - MBMS-Flag, Unsigned32, code 931, section 20.5a.9 - Restart-Counter, Unsigned32, code 932, section 20.5a.10 - Diagnostic-Info, Unsigned32, code 933, section 20.5a.11 - MBMS-Cell-List, OctetString, code 934, section 20.5a.12 Update notes and comments to reflect current style.
author Luke Mewburn <luke@mewburn.net>
date Fri, 27 Mar 2020 10:30:27 +1100
parents b90f100f9de6
children 699c3fb0c57b
line wrap: on
line source

The simplest way to install on NetBSD, DragonFly, MirBSD or other
pkgsrc platforms is:
	pkg_add freeDiameter

If no binary package exists:
	cd /usr/pkgsrc/net/freeDiameter
	make install

If you want to build and install freeDiameter from the repository,
you'll need to install:
	pkg_add bison pkg-config libidn gnutls libgcrypt mercurial
and follow the usual installation note.

For the optional extensions, you need mysql*-client, postgres*-client,
libxml2, jsoncpp, and json-schema.  For the debugging extensions,
you also need swig and a python -- install as usual.

"Welcome to our mercurial repository"