commit cdbb60f57c4c7746c1956e825db324816ed9285d
parent 46727a1b87e201255cfa18ffb88ce8220ac03b4f
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 27 Nov 2017 21:47:15 +0300
Update README.
Diffstat:
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,6 @@
+Mon Nov 27 21:36:00 MSK 2017
+ Updated README. -EG
+
Mon Nov 27 18:37:00 MSK 2017
Corrected names in W32 DLL resources.
Reordered and clarified configure summary message.
diff --git a/README b/README
@@ -46,12 +46,10 @@ sockets. This should work on OS X, Linux and recent BSD systems (at
least). On other systems that may trigger a SIGPIPE on send/recv, the
main application should install a signal handler to handle SIGPIPE.
-libmicrohttpd should work well on GNU/Linux, BSD, OS X, W32 and z/OS.
+libmicrohttpd should work well on GNU/Linux, W32, FreeBSD, Darwin,
+NetBSD, OpenBSD, Solaris/OpenIndiana, and z/OS.
Note that HTTPS is not supported on z/OS (yet). We also have reports
-of users using it on vxWorks. Note that on platforms where the
-compiler does not support the "constructor" attribute, you must call
-"MHD_init" before using any MHD functions and "MHD_fini" after you
-are done using MHD.
+of users using it on vxWorks.
Development Status