mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
fixed typo
This commit is contained in:
parent
aac0d6c467
commit
a33655d916
@ -150,7 +150,7 @@ Indicate where you want to install netCDF in another shell variable, for example
|
||||
~~~~{.py}
|
||||
$ # Build and install netCDF-4
|
||||
$ NCDIR=/usr/local
|
||||
$ CPPFLAGS='-I${H5DIR}/include -I${ZDIR{/include' LDFLAGS='-L${H5DIR}/lib -L${ZDIR}/lib' ./configure --prefix=${NCDIR}
|
||||
$ CPPFLAGS='-I${H5DIR}/include -I${ZDIR}/include' LDFLAGS='-L${H5DIR}/lib -L${ZDIR}/lib' ./configure --prefix=${NCDIR}
|
||||
$ make check
|
||||
$ make install # or sudo make install
|
||||
~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user