From c78dd7c233ec8b0cae957d2e7356cc4f617000a4 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Tue, 1 Sep 2015 11:52:18 +0200
Subject: [PATCH] Updated the install instructions to specify compiler brands
 and versions that have been tested.

Former-commit-id: 37e23cc072299da8e12ac91d80c8714440d9a98b
---
 INSTALL.swift | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/INSTALL.swift b/INSTALL.swift
index 33c14049b6..95bdd6d611 100644
--- a/INSTALL.swift
+++ b/INSTALL.swift
@@ -32,8 +32,17 @@ or:
 to use an Intel compiler. The main "programs" can be found in the "examples/"
 directory.
 
+SWIFT has been successfully built and tested with the following compilers:
+
+  - GCC 4.8.x  
+  - Intel ICC 15.0.x
+  - clang 3.4.x 
+
+More recent versions and slightly older ones should also be able to
+built the software.
+
 By default an attempt to choose suitable set of optimizing compiler flags
-will be made, targetted for the host machine of the build. If this doesn't
+will be made, targeted for the host machine of the build. If this doesn't
 work or the binaries will for another architecture then you can stop the
 selection of flags using:
 
@@ -64,7 +73,7 @@ SWIFT currently requires a compiler with OpenMP support.
                                  Dependencies
                                  ============
 
-SWIFT depends on a number of thirdparty libraries that should be available
+SWIFT depends on a number of third party libraries that should be available
 before you can build it.
 
 
-- 
GitLab