Merge pull request #1461 from jbs-public-function/patch-1

An example argument typo
This commit is contained in:
Ward Fisher 2019-08-14 15:29:03 -06:00 committed by GitHub
commit 7b6091b1ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
~~~~