Skip to content

Commit

Permalink
download: add Conan, FreeBSD, Spack
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Sep 9, 2024
1 parent 59bf9b0 commit 36d6eaa
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,7 @@ div.releases.indent {
.pinfo tbody td div:not(:first-child) {
margin-top: 0.85em;
}
.pinfo pre {
margin-top: 0.4em;
margin-bottom: 0.4em;
}
22 changes: 22 additions & 0 deletions download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,22 @@ If you're looking for the bleeding edge,
</tr>
</thead>
<tbody>
<tr>
<th>Any</th>
<th><a href="https://conan.io/">Conan</a></th>
<td>
<i>Add to</i> <code>conanfile.txt</code>:
<pre>[requires]
openslide/[~4]</pre>
</td>
<td></td>
</tr>
<tr>
<th>FreeBSD</th>
<th><a href="https://ports.freebsd.org/">Ports</a></th>
<td><code>pkg install openslide</code></td>
<td><code>pkg install py311-openslide-python</code></td>
</tr>
<tr>
<th>Linux</th>
<th>
Expand Down Expand Up @@ -172,6 +188,12 @@ 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://spack.io/">Spack</a></th>
<td><code>spack install openslide</code></td>
<td><code>spack install py-openslide-python</code></td>
</tr>
<tr>
<th>Linux</th>
<th><a href="https://ubuntu.com/">Ubuntu</a></th>
Expand Down

0 comments on commit 36d6eaa

Please sign in to comment.