From d4f2db1477134de20e1e25d5103468e985ab6649 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Wed, 11 Oct 2023 21:02:57 -0500 Subject: [PATCH] Add Copr for Fedora and EL Signed-off-by: Benjamin Gilbert --- _includes/links.md | 1 + _includes/news.md | 7 ++++++ download/index.md | 62 +++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 64 insertions(+), 6 deletions(-) diff --git a/_includes/links.md b/_includes/links.md index 48a940a..3b17265 100644 --- a/_includes/links.md +++ b/_includes/links.md @@ -1,6 +1,7 @@ [news]: /news/ [download]: /download/ [download-windows]: /download/#windows-binaries +[download-copr]: https://copr.fedorainfracloud.org/coprs/g/openslide/openslide/ [download-ppa]: https://launchpad.net/~openslide/+archive/ubuntu/openslide [download-pypi]: https://pypi.org/project/openslide-python/#files [license]: /license/ diff --git a/_includes/news.md b/_includes/news.md index 383bed3..b9e022b 100644 --- a/_includes/news.md +++ b/_includes/news.md @@ -1,5 +1,12 @@ {% include links.md %} +## Fedora and Enterprise Linux Copr now available, 2023-10-11 + +OpenSlide now provides a [Fedora Copr][download-copr], enabling Fedora +and RHEL-compatible Enterprise Linux users to easily install the latest +OpenSlide and OpenSlide Python releases before they reach Fedora or EPEL. + + ## OpenSlide version 4.0.0, 2023-10-11 OpenSlide 4.0.0 adds support for DICOM WSI slides, ICC color profiles, tile diff --git a/download/index.md b/download/index.md index ae69187..fa3e806 100644 --- a/download/index.md +++ b/download/index.md @@ -74,12 +74,36 @@ If you're looking for the bleeding edge, Rocky Linux - First, install EPEL.
- dnf install openslide-tools
+
+ Official packages:
+ First, install EPEL.
+ dnf install openslide-tools
+
+
+ Latest OpenSlide:
+ First, install EPEL.
+ + dnf install dnf-plugins-core
+ dnf copr enable @openslide/openslide
+ dnf install openslide-tools +
+
- First, install EPEL.
- dnf install python3-openslide
+
+ Official packages:
+ First, install EPEL.
+ dnf install python3-openslide
+
+
+ Latest OpenSlide Python:
+ First, install EPEL.
+ + dnf install dnf-plugins-core
+ dnf copr enable @openslide/openslide
+ dnf install python3-openslide +
+
@@ -97,8 +121,34 @@ If you're looking for the bleeding edge, Linux Fedora - dnf install openslide-tools - dnf install python3-openslide + +
+ Official packages:
+ dnf install openslide-tools +
+
+ Latest OpenSlide:
+ + dnf install dnf-plugins-core
+ dnf copr enable @openslide/openslide
+ dnf install openslide-tools +
+
+ + +
+ Official packages:
+ dnf install python3-openslide +
+
+ Latest OpenSlide Python:
+ + dnf install dnf-plugins-core
+ dnf copr enable @openslide/openslide
+ dnf install python3-openslide +
+
+ Linux