diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -139,26 +139,5 @@ In particular, we should write tests for: | |||
139 | Missing documentation: | 139 | Missing 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 | |||
148 | Notes on compiling on z/OS: | ||
149 | =========================== | ||
150 | |||
151 | After extracting the archive, run | ||
152 | |||
153 | iconv -f UTF-8 -t IBM-1047 contrib/ascebc > /tmp/ascebc.sh | ||
154 | chmod +x /tmp/ascebc.sh | ||
155 | for n in `find * -type f` | ||
156 | do | ||
157 | /tmp/ascebc.sh $n | ||
158 | done | ||
159 | |||
160 | to convert all source files to EBCDIC. Note that you must run | ||
161 | "configure" from the directory where the configure script is | ||
162 | located. Otherwise, configure will fail to find the | ||
163 | "contrib/xcc" script (which is a wrapper around the z/OS c89 | ||
164 | compiler). | ||