Development Environment / gfortran
The gfortran
compiler is a free and open source compiler that supports code written in Fortran 77 and newer versions.
See the following resources:
This documentation contains the following sections:
Prerequisites
On Windows, either MinGW or Cygwin must have been installed. The initial focus of this documentation is the MinGW approach.
Install gfortran
The gfortran
compiler is installed differently depending on the operating system, as described below.
Linux
This section will be completed when resources are available for Linux development and testing.
Windows - MinGW
The gfortran
compiler is installed as part of the MinGW installation.
Windows - Cygwin
This section will be completed when resources are available for Cygwin development and testing.