Skip to content

Commit 43c2ee5

Browse files
committed
typo and styling
1 parent 9fc7beb commit 43c2ee5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_data/learning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ books:
4242
- link: /learn/building_programs/distributing
4343

4444
- title: Setting up your OS
45-
description: How to setup a Fortran developement environment in Windows, Linux and Mac.
45+
description: How to setup a Fortran developement environment in Windows, Linux and macOS.
4646
category: Getting started
4747
link: /learn/os_setup
4848
pages:

learn/os_setup/install_gfortran.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ GFortran is the name of the [GNU Fortran project](https://gcc.gnu.org/fortran/).
1212
Three sources provide quick and easy way to install GFortran compiler on Windows:
1313
1. [http://www.equation.com](http://www.equation.com/servlet/equation.cmd?fa=fortran), provides 32 and 64-bit x86
1414
executables of the latest (10.2) gcc-version.
15-
2. [TDM GCC](https://jmeubank.github.io/tdm-gcc/articles/2020-03/9.2.0-release), provides 32 and 64-bit x86 executables of the 9.2 gcc-version.
16-
3. [Mingw-w64](http://mingw-w64.org/doku.php/download/mingw-builds) provides a 64-bit x86 executable of the 7.2 gcc-version.
15+
2. [TDM GCC](https://jmeubank.github.io/tdm-gcc/articles/2020-03/9.2.0-release), provides 32 and 64-bit x86 executables of the 9.2 gcc-version.
16+
3. [Mingw-w64](http://mingw-w64.org/doku.php/download/mingw-builds) provides a 64-bit x86 executable of the 7.2 gcc-version.
1717

1818
In all the above choices, the process is straightforward—just download the installer and follow the installation wizard.
1919

2020
### Unix-like development on Windows
2121
For those familiar with a unix-like development environment, several emulation options are available on Windows each of which provide packages for gfortran:
2222

2323
* __Cygwin:__ A runtime environment that provides POSIX compatibility to Windows;
24-
* __MSYS2:__ A collection of Unix-like development tools for compiling native Windows binaries;
25-
* __Windows Subsystem for Linux (WSL):__ An official compatibility layer for running Linux binary executables on Windows.
24+
* __MSYS2:__ A collection of Unix-like development tools for compiling native Windows binaries;
25+
* __Windows Subsystem for Linux (WSL):__ An official compatibility layer for running Linux binary executables on Windows.
2626

2727
All of the above approaches provide access to common shells such as bash and development tools including GNU coreutils, Make, CMake, autotools, git, grep, sed, awk, ssh, etc.
2828

0 commit comments

Comments
 (0)