Skip to content

Commit c27b04c

Browse files
author
Damian Rouson
committed
Minor edits to INSTALL.md.
1 parent b1cffa7 commit c27b04c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

INSTALL.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,19 @@ 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 an interactive 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 prequisite packages: [GCC], [MPICH] , and [CMake]. For additional details, see the [Prerequisites] section. If any of the
43-
aforementioned packages appear to be absent from the user's PATH environment variable,
48+
aforementioned packages appear to be absent from the user's `PATH` environment variable,
4449
the [install.sh] script will attempt to download, build, and install any missing packages
4550
after asking permission to do so. The script has been tested on Linux and OS X. Please
4651
submit any related problems or questions to our [Issues] page.

0 commit comments

Comments
 (0)