Skip to content

Commit f1a1108

Browse files
committed
docs
1 parent 5191864 commit f1a1108

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ For example, reading a float NetCDF4 variable into an integer Fortran variable:
2323

2424
Tested on systems with NetCDF4 including:
2525

26-
* MacOS (homebrew)
26+
* MacOS
2727
* Ubuntu 16.04 / 18.04 (gfortran 6 or newer)
2828
* Windows Subsystem for Linux
29-
30-
Currently, Cygwin and MSYS2 do not have *Fortran* NetCDF4 libraries.
29+
* Windows Cygwin
3130

3231
## Build
3332

@@ -38,6 +37,7 @@ Requirements:
3837
* Mac / Homebrew: `brew install gcc netcdf`
3938
* Linux: `apt install gfortran libnetcdf-dev libnetcdff-dev`
4039
* Windows Subsystem for Linux: `apt install gfortran libnetcdf-dev libnetcdff-dev`
40+
* Windows Cygwin `libnetcdf-fortran-devel`
4141

4242
Note that some precompiled NetCDF4 libraries include C / C++ without Fortran.
4343
Platforms that currently do **not** have Fortran NetCDF4 libraries, and thus will **not** work with nc4fortran unless you compile NetCDF library for Fortran include:

0 commit comments

Comments
 (0)