chiark
/
gitweb
/
~richardk
/
mandy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
095b803
)
readme: note about clang
author
Richard Kettlewell
<rjk@terraraq.org.uk>
Sat, 22 Dec 2012 17:47:12 +0000 (17:47 +0000)
committer
Richard Kettlewell
<rjk@terraraq.org.uk>
Sat, 22 Dec 2012 17:47:12 +0000 (17:47 +0000)
README
patch
|
blob
|
history
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