Skip to content

Commit

Permalink
Add Copr for Fedora and EL
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Oct 12, 2023
1 parent 65eae7f commit d4f2db1
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 6 deletions.
1 change: 1 addition & 0 deletions _includes/links.md
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
7 changes: 7 additions & 0 deletions _includes/news.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
62 changes: 56 additions & 6 deletions download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,36 @@ If you're looking for the bleeding edge,
<a href="https://rockylinux.org/">Rocky Linux</a>
</th>
<td>
<i>First, install <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>.</i><br>
<code>dnf install openslide-tools</code><br>
<div>
<i>Official packages:</i><br>
<b><i>First, install <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>.</i></b><br>
<code>dnf install openslide-tools</code><br>
</div>
<div>
<i>Latest OpenSlide:</i><br>
<b><i>First, install <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>.</i></b><br>
<code>
dnf install dnf-plugins-core<br>
dnf copr enable <a href="https://copr.fedorainfracloud.org/coprs/g/openslide/openslide/">@openslide/openslide</a><br>
dnf install openslide-tools
</code>
</div>
</td>
<td>
<i>First, install <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>.</i><br>
<code>dnf install python3-openslide</code><br>
<div>
<i>Official packages:</i><br>
<b><i>First, install <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>.</i></b><br>
<code>dnf install python3-openslide</code><br>
</div>
<div>
<i>Latest OpenSlide Python:</i><br>
<b><i>First, install <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>.</i></b><br>
<code>
dnf install dnf-plugins-core<br>
dnf copr enable <a href="https://copr.fedorainfracloud.org/coprs/g/openslide/openslide/">@openslide/openslide</a><br>
dnf install python3-openslide
</code>
</div>
</td>
</tr>
<tr>
Expand All @@ -97,8 +121,34 @@ If you're looking for the bleeding edge,
<tr>
<th>Linux</th>
<th><a href="https://fedoraproject.org/">Fedora</a></th>
<td><code>dnf install openslide-tools</code></td>
<td><code>dnf install python3-openslide</code></td>
<td>
<div>
<i>Official packages:</i><br>
<code>dnf install openslide-tools</code>
</div>
<div>
<i>Latest OpenSlide:</i><br>
<code>
dnf install dnf-plugins-core<br>
dnf copr enable <a href="https://copr.fedorainfracloud.org/coprs/g/openslide/openslide/">@openslide/openslide</a><br>
dnf install openslide-tools
</code>
</div>
</td>
<td>
<div>
<i>Official packages:</i><br>
<code>dnf install python3-openslide</code>
</div>
<div>
<i>Latest OpenSlide Python:</i><br>
<code>
dnf install dnf-plugins-core<br>
dnf copr enable <a href="https://copr.fedorainfracloud.org/coprs/g/openslide/openslide/">@openslide/openslide</a><br>
dnf install python3-openslide
</code>
</div>
</td>
</tr>
<tr>
<th>Linux</th>
Expand Down

0 comments on commit d4f2db1

Please sign in to comment.