aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-12 21:51:47 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-12 21:51:47 +0000
commit9569a609edc067b018be8182424e54de41df2fdc (patch)
tree95753a63f4cd9b71b87995d554e1632583e4284c /README
parent40f884cbb9c51975c1ea4a655c8c1813376ff788 (diff)
downloadlibmicrohttpd-9569a609edc067b018be8182424e54de41df2fdc.tar.gz
libmicrohttpd-9569a609edc067b018be8182424e54de41df2fdc.zip
-document select/shutdown issue on W32, move z/os documentation into manual
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 0 insertions, 21 deletions
diff --git a/README b/README
index 0f5d3959..6d926916 100644
--- a/README
+++ b/README
@@ -139,26 +139,5 @@ In particular, we should write tests for:
139Missing documentation: 139Missing documentation:
140====================== 140======================
141 141
142- libmicrohttpd manual:
143 * document details on porting MHD (plibc, z/OS)
144- libmicrospdy manual: 142- libmicrospdy manual:
145 * missing entirely 143 * missing entirely
146
147
148Notes on compiling on z/OS:
149===========================
150
151After extracting the archive, run
152
153iconv -f UTF-8 -t IBM-1047 contrib/ascebc > /tmp/ascebc.sh
154chmod +x /tmp/ascebc.sh
155for n in `find * -type f`
156do
157 /tmp/ascebc.sh $n
158done
159
160to convert all source files to EBCDIC. Note that you must run
161"configure" from the directory where the configure script is
162located. Otherwise, configure will fail to find the
163"contrib/xcc" script (which is a wrapper around the z/OS c89
164compiler).