mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 21:24:41 +02:00
Doc: Fix package build indentation
This fixes the broken indentation in the development package build chapter (only visible in MkDocs).
This commit is contained in:
parent
cb9424636c
commit
ea8f367873
@ -1271,44 +1271,44 @@ Icinga application using a dist tarball (including notes for distributions):
|
|||||||
* cmake >= 2.6
|
* cmake >= 2.6
|
||||||
* GNU make (make) or ninja-build
|
* GNU make (make) or ninja-build
|
||||||
* C++ compiler which supports C++11
|
* C++ compiler which supports C++11
|
||||||
* RHEL/Fedora/SUSE: gcc-c++ >= 4.7 (extra Developer Tools on RHEL5/6 see below)
|
* RHEL/Fedora/SUSE: gcc-c++ >= 4.7 (extra Developer Tools on RHEL5/6 see below)
|
||||||
* Debian/Ubuntu: build-essential
|
* Debian/Ubuntu: build-essential
|
||||||
* Alpine: build-base
|
* Alpine: build-base
|
||||||
* you can also use clang++
|
* you can also use clang++
|
||||||
* pkg-config
|
* pkg-config
|
||||||
* OpenSSL library and header files >= 1.0.1
|
* OpenSSL library and header files >= 1.0.1
|
||||||
* RHEL/Fedora: openssl-devel
|
* RHEL/Fedora: openssl-devel
|
||||||
* SUSE: libopenssl-devel
|
* SUSE: libopenssl-devel
|
||||||
* Debian/Ubuntu: libssl-dev
|
* Debian/Ubuntu: libssl-dev
|
||||||
* Alpine: libressl-dev
|
* Alpine: libressl-dev
|
||||||
* Boost library and header files >= 1.66.0
|
* Boost library and header files >= 1.66.0
|
||||||
* RHEL/Fedora: boost166-devel
|
* RHEL/Fedora: boost166-devel
|
||||||
* Debian/Ubuntu: libboost-all-dev
|
* Debian/Ubuntu: libboost-all-dev
|
||||||
* Alpine: boost-dev
|
* Alpine: boost-dev
|
||||||
* GNU bison (bison)
|
* GNU bison (bison)
|
||||||
* GNU flex (flex) >= 2.5.35
|
* GNU flex (flex) >= 2.5.35
|
||||||
* systemd headers
|
* systemd headers
|
||||||
* Only required when using systemd
|
* Only required when using systemd
|
||||||
* Debian/Ubuntu: libsystemd-dev
|
* Debian/Ubuntu: libsystemd-dev
|
||||||
* RHEL/Fedora: systemd-devel
|
* RHEL/Fedora: systemd-devel
|
||||||
|
|
||||||
### Optional features <a id="development-package-builds-optional-features"></a>
|
### Optional features <a id="development-package-builds-optional-features"></a>
|
||||||
|
|
||||||
* MySQL (disable with CMake variable `ICINGA2_WITH_MYSQL` to `OFF`)
|
* MySQL (disable with CMake variable `ICINGA2_WITH_MYSQL` to `OFF`)
|
||||||
* RHEL/Fedora: mysql-devel
|
* RHEL/Fedora: mysql-devel
|
||||||
* SUSE: libmysqlclient-devel
|
* SUSE: libmysqlclient-devel
|
||||||
* Debian/Ubuntu: default-libmysqlclient-dev | libmysqlclient-dev
|
* Debian/Ubuntu: default-libmysqlclient-dev | libmysqlclient-dev
|
||||||
* Alpine: mariadb-dev
|
* Alpine: mariadb-dev
|
||||||
* PostgreSQL (disable with CMake variable `ICINGA2_WITH_PGSQL` to `OFF`)
|
* PostgreSQL (disable with CMake variable `ICINGA2_WITH_PGSQL` to `OFF`)
|
||||||
* RHEL/Fedora: postgresql-devel
|
* RHEL/Fedora: postgresql-devel
|
||||||
* Debian/Ubuntu: libpq-dev
|
* Debian/Ubuntu: libpq-dev
|
||||||
* postgresql-dev on Alpine
|
* postgresql-dev on Alpine
|
||||||
* libedit (CLI console)
|
* libedit (CLI console)
|
||||||
* RHEL/Fedora: libedit-devel on CentOS (RHEL requires rhel-7-server-optional-rpms)
|
* RHEL/Fedora: libedit-devel on CentOS (RHEL requires rhel-7-server-optional-rpms)
|
||||||
* Debian/Ubuntu/Alpine: libedit-dev
|
* Debian/Ubuntu/Alpine: libedit-dev
|
||||||
* Termcap (only required if libedit doesn't already link against termcap/ncurses)
|
* Termcap (only required if libedit doesn't already link against termcap/ncurses)
|
||||||
* RHEL/Fedora: libtermcap-devel
|
* RHEL/Fedora: libtermcap-devel
|
||||||
* Debian/Ubuntu: (not necessary)
|
* Debian/Ubuntu: (not necessary)
|
||||||
|
|
||||||
### Special requirements <a id="development-package-builds-special-requirements"></a>
|
### Special requirements <a id="development-package-builds-special-requirements"></a>
|
||||||
|
|
||||||
@ -1679,6 +1679,7 @@ The Windows MSI packages are located at https://packages.icinga.com/windows/
|
|||||||
Download the community edition from [visualstudio.com](https://www.visualstudio.com/en/downloads/)
|
Download the community edition from [visualstudio.com](https://www.visualstudio.com/en/downloads/)
|
||||||
|
|
||||||
Workloads to install:
|
Workloads to install:
|
||||||
|
|
||||||
* C++ Desktop
|
* C++ Desktop
|
||||||
* .NET Desktop
|
* .NET Desktop
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user