comparison INSTALL.Fedora @ 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 adbbc3f2e4b8
children
comparison
equal deleted inserted replaced
1560:9084c6f94a0a 1561:699c3fb0c57b
1 ### Very short install notes for Fedora (tested on Fedora 13 and 14) 1 ### Very short install notes for Fedora (tested on Fedora 13 and 14)
2 # Please refer to other INSTALL files for more detailed instructions (e.g. extension-specific notes). 2 # Please refer to other INSTALL files for more detailed instructions (e.g. extension-specific notes).
3 3
4 4
5 Dependencies on Fedora 13 (from minimal system): 5 Dependencies on Fedora 13 (from minimal system):
6 # yum install cmake make gcc gcc-c++ flex bison lksctp-tools-devel gnutls-devel libgcrypt-devel libidn-devel 6 # yum install cmake make gcc gcc-c++ flex bison lksctp-tools-devel gnutls-devel libgcrypt-devel libidn2-devel
7 7
8 In addition, if you have not already retrieved the latest source: 8 In addition, if you have not already retrieved the latest source:
9 # yum install mercurial 9 # yum install mercurial
10 10
11 Following dependencies are optional, depending on which extensions you plan to compile 11 Following dependencies are optional, depending on which extensions you plan to compile
"Welcome to our mercurial repository"