comparison INSTALL.OpenSUSE @ 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 3483d83140ef
children
comparison
equal deleted inserted replaced
1560:9084c6f94a0a 1561:699c3fb0c57b
1 ### Very short install notes for OpenSUSE (tested on OpenSUSE 11.3) 1 ### Very short install notes for OpenSUSE (tested on OpenSUSE 11.3)
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 OpenSUSE 11.3 (from minimal server system installation): 5 Dependencies on OpenSUSE 11.3 (from minimal server system installation):
6 # zypper install cmake make gcc gcc-c++ flex bison lksctp-tools-devel libgnutls-devel libgcrypt-devel libidn-devel 6 # zypper install cmake make gcc gcc-c++ flex bison lksctp-tools-devel libgnutls-devel libgcrypt-devel libidn2-devel
7 # zypper install mercurial 7 # zypper install mercurial
8 8
9 Following dependencies are optional, depending on which extensions you plan to compile 9 Following dependencies are optional, depending on which extensions you plan to compile
10 app_acct: 10 app_acct:
11 # zypper install postgresql-server postgresql-devel 11 # zypper install postgresql-server postgresql-devel
"Welcome to our mercurial repository"