From 4b4ca37b90478ea68d89d4ed7d4e2ecb6484107f Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Wed, 2 Apr 2014 17:40:07 +0200 Subject: README: update Signed-off-by: Hiltjo Posthuma --- README | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/README b/README index 8551c88..ce1eeec 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3