We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b986a34 commit bd76ec7Copy full SHA for bd76ec7
doxygen/dox/hdf5_2_0.dox
@@ -91,9 +91,10 @@ Please refer to [Build instructions](https://\SRCURL/release_docs/INSTALL) for b
91
\li chrome – Download file and then run: `gzip -cd <distribution>.tar.gz | tar xvf -`
92
\li wget –
93
<div style="margin-left: 2em;">
94
- `wget https://github.com/HDFGroup/hdf5/releases/download/2.N.N/<distribution>.tar.gz`<br>
+ `wget https://github.com/HDFGroup/hdf5/releases/download/${PACKAGEVERSION}/<distribution>.tar.gz`<br>
95
`gzip -cd <distribution>.tar.gz | tar xvf -`
96
</div>
97
+\li `<distribution>` is hdf5-${PACKAGEVERSION}, where PACKAGEVERSION is 2.0.0 for this release
98
99
\subsection subsec_api_compat_reps Individual API Compatibility Reports
100
0 commit comments