This section will explain how to install dolfyn on a Windows environment.
First of all, you will need a working Fortran compiler installed on your machine. One possible compiler for Windows would be gfortran.
In this tutorial it has been installed using the MinGW setup file. When visiting their downloads page, find mingw-get-setup.exe
. During the installation make sure to select the fortran and msys-base packages.
They also have an easy explanation how to install the compiler on their website for reference.
Do not forget to edit your PATH variable! You will need to check whether you can use the gfortran
and make
commands.