From 383ccff079c372c27bef85e22fb60c46731dd9fe Mon Sep 17 00:00:00 2001 From: theraven Date: Wed, 24 Apr 2013 09:57:41 +0000 Subject: [PATCH] More INSTALL cleanups. --- INSTALL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 6fdce92..2519bad 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,10 @@ Installing the GNUstep Objective-C Runtime ========================================== -This file describes how to configure, install, and +This file describes how to configure, install, and package the Objective-C +runtime. Note that although this runtime should build with gcc, it is strongly +recommended that you compile it with clang and clang++ as your [Objective-]C and +[Objective-]C++ compilers. Basic Building --------------