mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-21 08:39:46 +08:00
Merge pull request #1461 from jbs-public-function/patch-1
An example argument typo
This commit is contained in:
commit
7b6091b1ba
@ -132,7 +132,7 @@ Next, specify where you want to install HDF5 in another shell variable, for exam
|
||||
~~~~{.py}
|
||||
$ # Build and install HDF5
|
||||
$ H5DIR=/usr/local
|
||||
$ ./configure --with-zlib=${ZDIR} --prefix=${H5DIR} --eanble-hl
|
||||
$ ./configure --with-zlib=${ZDIR} --prefix=${H5DIR} --enable-hl
|
||||
$ make check
|
||||
$ make install # or sudo make install, if root permissions required
|
||||
~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user