diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:47:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:47:21 +0000 |
commit | 1ac4a2050c8076eb96e07e83721ebc9db864db94 (patch) | |
tree | da9b32212bf99154450a7668f61a75f65617a9fa /contrib/README.md | |
parent | Initial commit. (diff) | |
download | icingaweb2-module-toplevelview-1ac4a2050c8076eb96e07e83721ebc9db864db94.tar.xz icingaweb2-module-toplevelview-1ac4a2050c8076eb96e07e83721ebc9db864db94.zip |
Adding upstream version 0.3.3.upstream/0.3.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'contrib/README.md')
-rw-r--r-- | contrib/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/README.md b/contrib/README.md new file mode 100644 index 0000000..5595960 --- /dev/null +++ b/contrib/README.md @@ -0,0 +1,16 @@ +TopLevelView contrib files +========================== + +## php-pecl-yaml + +No official package is available for RedHat SCL packages. You can use the SPEC file provided here, but make sure to install requirements and enable the SCL repositories. + +``` +$ sudo yum install -y centos-release-scl +or +$ sudo subscription-manager repos --enable rhel-7-server-optional-rpms --enable rhel-server-rhscl-7-rpms + +$ sudo yum install -y rpm-build rpmdevtools scl-utils scl-utils-build + +$ rpmbuild -ba SPECS/php-pecl-yaml.spec --define 'scl rh-php71' +``` |