Skip to content

Commit

Permalink
download: add Ubuntu PPA
Browse files Browse the repository at this point in the history
Make it easier for Ubuntu users to get current versions of OpenSlide
and OpenSlide Python.  PPAs don't support Debian, so give Ubuntu its
own table row.

Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Oct 7, 2023
1 parent fb52013 commit e3af897
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 4 deletions.
6 changes: 6 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,9 @@ div.releases.indent {
.pinfo tbody th {
text-align: left;
}
.pinfo tbody td div:first-child {
margin-bottom: 0.85em;
}
.pinfo tbody td div:not(:first-child) {
margin-top: 0.85em;
}
37 changes: 33 additions & 4 deletions download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,7 @@ If you're looking for the bleeding edge,
</tr>
<tr>
<th>Linux</th>
<th>
<a href="https://www.debian.org/">Debian</a><br>
<a href="https://ubuntu.com/">Ubuntu</a>
</th>
<th><a href="https://www.debian.org/">Debian</a></th>
<td><code>apt install openslide-tools</code></td>
<td><code>apt install python3-openslide</code></td>
</tr>
Expand All @@ -105,6 +102,38 @@ If you're looking for the bleeding edge,
<td><code>zypper install openslide-tools</code></td>
<td></td>
</tr>
<tr>
<th>Linux</th>
<th><a href="https://ubuntu.com/">Ubuntu</a></th>
<td>
<div>
<i>Official packages:</i><br>
<code>apt install openslide-tools</code>
</div>
<div>
<i>Latest OpenSlide:</i><br>
<code>
apt install software-properties-common<br>
add-apt-repository <a href="https://launchpad.net/~openslide/+archive/ubuntu/openslide">ppa:openslide/openslide</a><br>
apt install openslide-tools
</code>
</div>
</td>
<td>
<div>
<i>Official packages:</i><br>
<code>apt install python3-openslide</code>
</div>
<div>
<i>Latest OpenSlide Python:</i><br>
<code>
apt install software-properties-common<br>
add-apt-repository <a href="https://launchpad.net/~openslide/+archive/ubuntu/openslide">ppa:openslide/openslide</a><br>
apt install python3-openslide
</code>
</div>
</td>
</tr>
<tr>
<th>macOS</th>
<th><a href="https://brew.sh/">Homebrew</a></th>
Expand Down

0 comments on commit e3af897

Please sign in to comment.