@@ -13,10 +13,11 @@ Download this file as a PDF document
13
13
[ here] ( http://md2pdf.herokuapp.com/sourceryinstitute/opencoarrays/blob/master/INSTALL.pdf ) .
14
14
15
15
* [ End-User Installation]
16
- * [ Installation Script]
17
- * [ OS X]
16
+ * [ macOS]
18
17
* [ Windows]
19
18
* [ Linux]
19
+ * [ Virtual machine]
20
+ * [ Installation Script]
20
21
* [ Advanced Installation from Source]
21
22
* [ Prerequisites]
22
23
* [ CMake]
@@ -28,8 +29,8 @@ End-User Installation
28
29
29
30
Most users will find it easiest and fastest to use package management software to install OpenCoarrays.
30
31
Package management options for macOS (formerly known as OS X), Windows, and Linux are described first
31
- below. Also described below are options for installing via an OpenCoarrays installation script or
32
- via the Sourcery Institute virtual machine .
32
+ below. Also described below are options for installing via the Sourcery Institute virtual machine or
33
+ the OpenCoarrays installation script .
33
34
34
35
### macOS ###
35
36
@@ -80,15 +81,12 @@ upgrade methods are described in the discussion thread starting with [commit com
80
81
81
82
### Linux ###
82
83
83
- The [ Arch Linux] distribution provides an [ aur package] for installing OpenCoarrays.
84
- Users of other Linux distributions who prefer not to build OpenCoarrays from source might
85
- access OpenCoarrays via the the Lubuntu Linux virtual machine from the
86
- [ Sourcery Institute Store] after installing the version of [ VirtualBox] that is suitable
87
- for the relevant Linux distribution. Alternatively, if you desire to install using other
88
- Linux package management software such as [ dnf] or [ apt-get] , please submit a feature
89
- request via our [ Issues] page.
84
+ The [ Arch Linux] distribution provides an [ aur package] for installing OpenCoarrays. Users of
85
+ other Linux distributions may install the [ Virtual machine] or use the [ Installation Script] .
86
+ Alternatively, if you desire to install using other Linux package Linux package management
87
+ software such as [ dnf] or [ apt-get] , please submit a feature request via our [ Issues] page.
90
88
91
- ## Virtual machine
89
+ ## Virtual machine ##
92
90
93
91
Users of macOS, Windows, or Linux have the option to use OpenCoarrays by installing the Lubuntu
94
92
Linux virtual machine from the [ Sourcery Institute Store] . The virtual machine boots inside
@@ -97,11 +95,12 @@ and OpenCoarrays, the virtual machine contains dozens of other open-source softw
97
95
that support modern Fortran software development. See the [ download and installation instructions]
98
96
for a partial list of the included packages.
99
97
100
- ### Installation Script# ##
98
+ ## Installation Script ##
101
99
100
+ If the above package management or virtualization options are infeasible or unavailable,
102
101
Linux and macOS users may also install OpenCoarrays by downloading and uncompressing our
103
- [ latest release] and running the installation script in the top-level source directory
104
- (see above for the corresponding [ Windows] script):
102
+ [ latest release] and running our installation script in the top-level OpenCoarrays source
103
+ directory (see above for the corresponding [ Windows] script):
105
104
```
106
105
tar xvzf OpenCoarrays-x.y.z.tar.gz
107
106
cd OpenCoarrays-x.y.z
0 commit comments