aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-15 20:25:04 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-15 20:25:04 +1300
commitc73b3a7e99a66f5894747c9bc77777a6ee7e3a64 (patch)
treee3f646b2075cb0561d7cfb82907bb1447bba91be
parentAdd dependencies section (diff)
downloadwtf8-c73b3a7e99a66f5894747c9bc77777a6ee7e3a64.tar.gz
wtf8-c73b3a7e99a66f5894747c9bc77777a6ee7e3a64.zip
Add note about clang
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 259bb3a..ab6a67c 100644
--- a/README.markdown
+++ b/README.markdown
@@ -19,7 +19,7 @@ Dependencies
------------
None as far as I can tell apart from libc, but I've only tested it on GNU/Linux
-with glibc.
+with glibc. If you don't have `clang`, build with `make CC=c99` or whatever.
Author
------