chiark / gitweb /
readme: note about clang
authorRichard Kettlewell <rjk@terraraq.org.uk>
Sat, 22 Dec 2012 17:47:12 +0000 (17:47 +0000)
committerRichard Kettlewell <rjk@terraraq.org.uk>
Sat, 22 Dec 2012 17:47:12 +0000 (17:47 +0000)
README

diff --git a/README b/README
index 619bf8b..d9b5a53 100644 (file)
--- a/README
+++ b/README
@@ -9,13 +9,17 @@ set.
 Installation
 ============
 
-You will need gtkmm and GNU C++.
+You will need gtkmm and either GNU C++ or Clang.
 
   ./autogen.sh          # only if building from git
   ./configure
   make
   sudo make install
 
+If you want to compile with Clang (recommended on OSX):
+
+  ./configure CC=clang CXX=clang++ CCAS=gcc
+
 See 'man mandy' for documentation.
 
 Arithmetic Type