Added a note about running autoreconf -if in support of https://github.com/Unidata/netcdf-c/issues/1397

This commit is contained in:
Ward Fisher 2019-08-27 11:24:25 -06:00
parent b09dac692e
commit dd876820bf

View File

@ -4,7 +4,7 @@ Getting and Building netCDF {#getting_and_building_netcdf}
[TOC]
This document is for getting and building the netCDF C library and
utilities, version 4.3.0. Other libraries that depend on the netCDF C
utilities, version 4.7.1 and later. Other libraries that depend on the netCDF C
library, such as the Fortran and C++ libraries, are available as
separate distributions that can be built and installed after the C
library is successfully installed. The netCDF-Java library is also a
@ -84,6 +84,10 @@ Requirements {#netcdf_requirements}
* zlib 1.2.5
* curl 7.18.0 (DAP support)
> Note: If you are working with a development version of the source code, you will need to generate the `configure` script by running the following command from the top-level `netcdf-c/` directory:
> **$ autoreconf -if**
CMake and Windows support {#sub}
--------------------------------