From 3de5b792dabb13d539c729fc22f847fa542fd4ce Mon Sep 17 00:00:00 2001 From: Izaak Beekman Date: Tue, 26 Jan 2016 21:55:21 -0500 Subject: [PATCH] Improve INSTALL.md Prerequisites section - Added some last minute text from Damian @rouson --- INSTALL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 1f36bc31b..291437801 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 @@ -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