Skip to content

Commit e2e8d02

Browse files
authored
Merge pull request #282 from sourceryinstitute/install-doc
Install documentation tweaks
2 parents 95841d4 + f6dcc42 commit e2e8d02

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

INSTALL.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,16 @@ a file from our [Releases] page and running the installation script in the top-l
3333
source directory:
3434

3535
```
36-
tar xvzf opencoarrays-x.y.z.tar.gz
37-
cd opencoarrays
36+
tar xvzf OpenCoarrays-x.y.z.tar.gz
37+
cd OpenCoarrays-x.y.z
3838
./install.sh
3939
```
4040

41+
where `x.y.z` should be replaced with the appropriate version numbers. For a scripted or unattended build, use
42+
`./install.sh -y` or equivalently `./install.sh --yes-to-all`, which will assume affirmative answers
43+
to all user prompts and will only prompt the user if an installation directory is chosen that requires
44+
`sudo` privelenges (by passing `-i` or equivalently `--install-prefix`).
45+
4146
Before installing OpenCoarrays, the above bash script will attempt to detect the presence
4247
of the default prerequisite packages: [GCC], [MPICH] , and [CMake]. For additional details, see the [Prerequisites] section. If any of the
4348
aforementioned packages appear to be absent from the user's PATH environment variable,

0 commit comments

Comments
 (0)