Skip to content

Commit 45d0532

Browse files
authored
Merge pull request #93 from bgilbert/download
download: add Conan, FreeBSD, Spack
2 parents 147920d + 36d6eaa commit 45d0532

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,7 @@ div.releases.indent {
9797
.pinfo tbody td div:not(:first-child) {
9898
margin-top: 0.85em;
9999
}
100+
.pinfo pre {
101+
margin-top: 0.4em;
102+
margin-bottom: 0.4em;
103+
}

download/index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,22 @@ If you're looking for the bleeding edge,
8080
</tr>
8181
</thead>
8282
<tbody>
83+
<tr>
84+
<th>Any</th>
85+
<th><a href="https://conan.io/">Conan</a></th>
86+
<td>
87+
<i>Add to</i> <code>conanfile.txt</code>:
88+
<pre>[requires]
89+
openslide/[~4]</pre>
90+
</td>
91+
<td></td>
92+
</tr>
93+
<tr>
94+
<th>FreeBSD</th>
95+
<th><a href="https://ports.freebsd.org/">Ports</a></th>
96+
<td><code>pkg install openslide</code></td>
97+
<td><code>pkg install py311-openslide-python</code></td>
98+
</tr>
8399
<tr>
84100
<th>Linux</th>
85101
<th>
@@ -172,6 +188,12 @@ If you're looking for the bleeding edge,
172188
<td><code>zypper install openslide-tools</code></td>
173189
<td></td>
174190
</tr>
191+
<tr>
192+
<th>Linux</th>
193+
<th><a href="https://spack.io/">Spack</a></th>
194+
<td><code>spack install openslide</code></td>
195+
<td><code>spack install py-openslide-python</code></td>
196+
</tr>
175197
<tr>
176198
<th>Linux</th>
177199
<th><a href="https://ubuntu.com/">Ubuntu</a></th>

0 commit comments

Comments
 (0)