Software /
code /
prosody
Comparison
INSTALL @ 12286:ad88732eea51
util.dependencies: Refer to 'apt' instead of 'apt-get'
The more modern and user friendly frontend, should be in every supported
version of Debian and Ubuntu by now
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 13 Feb 2022 17:27:29 +0100 |
parent | 12222:61592927335b |
comparison
equal
deleted
inserted
replaced
12285:ed23bbf3b946 | 12286:ad88732eea51 |
---|---|
13 - String processing library, one of | 13 - String processing library, one of |
14 - [ICU](https://icu.unicode.org/) (recommended) | 14 - [ICU](https://icu.unicode.org/) (recommended) |
15 - [GNU libidn](http://www.gnu.org/software/libidn/) | 15 - [GNU libidn](http://www.gnu.org/software/libidn/) |
16 | 16 |
17 These can be installed on Debian/Ubuntu by running | 17 These can be installed on Debian/Ubuntu by running |
18 `apt-get build-dep prosody` or by installing the packages | 18 `apt build-dep prosody` or by installing the packages |
19 `liblua5.4-dev`, `libicu-dev` and `libssl-dev`. | 19 `liblua5.4-dev`, `libicu-dev` and `libssl-dev`. |
20 | 20 |
21 On Mandriva try: | 21 On Mandriva try: |
22 | 22 |
23 urpmi lua liblua-devel libidn-devel libopenssl-devel | 23 urpmi lua liblua-devel libidn-devel libopenssl-devel |