comparison INSTALL.OSX @ 1561:699c3fb0c57b

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.
author Thomas Klausner <wiz@gatalith.at>
date Wed, 16 Jun 2021 18:44:45 +0200
parents 389c26b904d7
children
comparison
equal deleted inserted replaced
1560:9084c6f94a0a 1561:699c3fb0c57b
37 37
38 1) Install Homebrew: 38 1) Install Homebrew:
39 See QUICK INSTRUCTIONS Step #1 above. 39 See QUICK INSTRUCTIONS Step #1 above.
40 40
41 2) Install dependencies: 41 2) Install dependencies:
42 $ brew install mercurial cmake gnutls libgcrypt postgres mysql libidn 42 $ brew install mercurial cmake gnutls libgcrypt postgres mysql libidn2
43 43
44 Notes: 44 Notes:
45 * GNU IDN (libidn) is optional, see below 45 * GNU IDN (libidn2) is optional, see below
46 * When libusrsctp package is available, you can use it as well. 46 * When libusrsctp package is available, you can use it as well.
47 However, it requires some rework on the source code as libusrsctp is not fully 47 However, it requires some rework on the source code as libusrsctp is not fully
48 compliant with the other SCTP stack. 48 compliant with the other SCTP stack.
49 49
50 3) Retrieve source code: 50 3) Retrieve source code:
"Welcome to our mercurial repository"