summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-04-09 12:17:36 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-04-09 12:17:36 +0200
commit2da778ee1d976748dbb69c731264c34d8fc0316a (patch)
tree5487ba2892272d89da86b19192836218061abcb0
parente34ae98095e83d3f4b1e932f4b9f6b711daa9b7f (diff)
update docs some more
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r--README7
-rw-r--r--TODO6
2 files changed, 10 insertions, 3 deletions
diff --git a/README b/README
index ca8bb6f..5099d3c 100644
--- a/README
+++ b/README
@@ -7,7 +7,8 @@ Simple RSS and Atom parser (and some format programs).
Dependencies
------------
-- C compiler (recommended to support C99 and POSIX >= 200809).
+- C compiler (recommended to support C99).
+- libc (recommended: C99 and POSIX >= 200809).
Optional dependencies
@@ -26,9 +27,9 @@ Optional dependencies
Platforms tested
----------------
-- Linux
+- Linux (glibc+gcc, musl-gcc, clang).
- OpenBSD
-- Windows (cygwin, mingw).
+- Windows (cygwin gcc, mingw).
- DOS
diff --git a/TODO b/TODO
index e293928..cb51904 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,9 @@
+[ ] test again on :
+ - Linux (glibc+gcc, musl-gcc, clang).
+ - OpenBSD
+ - Windows (cygwin gcc, mingw).
+ - DOS
+
[ ] test with ubase/sbase tools.
[ ] makefile:
[ ] allow easy override, allow easy -static builds.