aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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).