From dd876820bf7def491d2af8409cde77f3f0fab7a2 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Tue, 27 Aug 2019 11:24:25 -0600 Subject: [PATCH] Added a note about running autoreconf -if in support of https://github.com/Unidata/netcdf-c/issues/1397 --- INSTALL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index eb8eb0088..0a53abecf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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} --------------------------------