aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-15 20:26:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-15 20:26:44 +1300
commit413c432f1d99070ae544275757afedba7e46ea2f (patch)
treeb4e4ea2e11dccea0a7e578412587af0e3870cd71
parentAdd note about clang (diff)
downloadwtf8-413c432f1d99070ae544275757afedba7e46ea2f.tar.gz
wtf8-413c432f1d99070ae544275757afedba7e46ea2f.zip
More portability notes
-rw-r--r--README.markdown4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index ab6a67c..3c093e0 100644
--- a/README.markdown
+++ b/README.markdown
@@ -19,7 +19,9 @@ Dependencies
------------
None as far as I can tell apart from libc, but I've only tested it on GNU/Linux
-with glibc. If you don't have `clang`, build with `make CC=c99` or whatever.
+with glibc, and on OpenBSD.
+
+If you don't have `clang`, build with `make CC=cc CFLAGS=`.
Author
------