mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Oops, forgot to remove --disable-shared from build example
This commit is contained in:
parent
6c28f30789
commit
5944c71c51
@ -224,7 +224,7 @@ make install
|
||||
cd ${NETCDF_SOURCE_DIRECTORY}
|
||||
CPPFLAGS="-I${H5DIR}/include -I${H4DIR}/include" \
|
||||
LDFLAGS="-L${H5DIR}/lib -L${H4DIR}/lib" \
|
||||
./configure --disable-shared --enable-hdf4 --enable-hdf4-file-tests
|
||||
./configure --enable-hdf4 --enable-hdf4-file-tests
|
||||
make check
|
||||
make install
|
||||
\endverbatim
|
||||
|
Loading…
Reference in New Issue
Block a user