diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-04-02 17:40:07 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-04-02 17:40:07 +0200 |
commit | 4b4ca37b90478ea68d89d4ed7d4e2ecb6484107f (patch) | |
tree | 9a9c5341681a0da804287bf425cc048dd2fe68da /README | |
parent | 8ee47f51fcf05db74c3db3c8276c3b6acc93e0a3 (diff) |
README: update
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 25 |
1 files changed, 16 insertions, 9 deletions
@@ -7,21 +7,28 @@ Simple RSS and Atom parser (and some format programs). Dependencies ------------ -- C compiler. +- C compiler (recommended to support C99 and POSIX >= 200809). -Platforms tested ----------------- +Optional dependencies +--------------------- -Linux, OpenBSD, Windows (cygwin, mingw), DOS. +- POSIX shell + used by sfeed_update and sfeed_opml_export. +- curl: http://curl.haxx.se/ + used by sfeed_update, can be replaced with any tool like wget, fetch. +- iconv command-line utilities: http://www.gnu.org/software/libiconv/ + used by sfeed_update. If your RSS/Atom feeds are already utf-8 then you + don't need this. -Optional dependencies ---------------------- +Platforms tested +---------------- -- POSIX shell (used by sfeed_update and sfeed_opml_export). -- curl (used by sfeed_update, http://curl.haxx.se/). -- iconv (used by sfeed_update, http://www.gnu.org/software/libiconv/). +- Linux +- OpenBSD +- Windows (cygwin, mingw). +- DOS. Files |