Skip to content

Commit

Permalink
Improve INSTALL.md Prerequisites section
Browse files Browse the repository at this point in the history
 - Added some last minute text from Damian @rouson
  • Loading branch information
zbeekman committed Jan 27, 2016
1 parent af51d92 commit 3de5b79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Advanced Installation from Source

### Prerequisites: ###

The following prerequisites and their dependencies are recommended for the broadest coverage of CAF features. The download, compilation and installation of these prerequisites will be automatically attempted by the [install.sh] script, if any of them are missing or outdated.
The prerequisites below and their dependencies are recommended for the broadest coverage of CAF features. If a prerequisite is missing or outdated, the [install.sh] script will prompt the user for permission to download, compile, and install it. Before doing so, [install.sh] will verify whether that prerequisite's prerequisites are present and will recursively traverse the dependency tree until reaching an acceptable prerequisite or reaching the end of a branch.

```
opencoarrays
Expand Down Expand Up @@ -236,7 +236,6 @@ where the second line builds the flex package that is required for building gcc
[make.inc]: ./src/make.inc
[opencoarrays]: ./src/extensions/opencoarrays.F90
[install_prerequisites]: ./install_prerequisites
[build]: ./install_prerequisites/build
[MPICH]: http://www.mpich.org
[MVAPICH]:http://mvapich.cse.ohio-state.edu
[MacPorts]: http://www.macports.org
Expand Down

0 comments on commit 3de5b79

Please sign in to comment.