diff options
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | TODO | 6 |
2 files changed, 10 insertions, 3 deletions
@@ -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 @@ -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. |