ZLIB version 1.2.3 for AS400 installation instructions
I) From an AS400 *SAVF file:
1) Unpacking archive to an AS400 save file
On the AS400:
_ Create the ZLIB AS400 library:
CRTLIB LIB(ZLIB) TYPE(PROD) TEXT('ZLIB compression API library')
_ Create a work save file, for example:
CRTSAVF FILE(ZLIB/ZLIBSAVF)
On a PC connected to the target AS400:
_ Unpack the save file image to a PC file "ZLIBSAVF"
_ Upload this file into the save file on the AS400, for example
using ftp in BINARY mode.
2) Populating the ZLIB AS400 source library
On the AS400:
_ Extract the saved objects into the ZLIB AS400 library using:
RSTOBJ OBJ(*ALL) SAVLIB(ZLIB) DEV(*SAVF) SAVF(ZLIB/ZLIBSAVF) RSTLIB(ZLIB)
3) Customize installation:
_ Edit CL member ZLIB/TOOLS(COMPILE) and change parameters if needed,
according to the comments.
_ Compile this member with:
CRTCLPGM PGM(ZLIB/COMPILE) SRCFILE(ZLIB/TOOLS) SRCMBR(COMPILE)
4) Compile and generate the service program:
_ This can now be done by executing:
CALL PGM(ZLIB/COMPILE)
II) From the original source distribution:
1) On the AS400, create the source library:
CRTLIB LIB(ZLIB) TYPE(PROD) TEXT('ZLIB compression API library')
2) Create the source files:
CRTSRCPF FILE(ZLIB/SOURCES) RCDLEN(112) TEXT('ZLIB library modules')
CRTSRCPF FILE(ZLIB/H) RCDLEN(112) TEXT('ZLIB library includes')
CRTSRCPF FILE(ZLIB/TOOLS) RCDLEN(112) TEXT('ZLIB library control utilities')
3) From the machine hosting the distribution files, upload them (with
FTP in text mode, for example) according to the following table:
Original AS400 AS400 AS400 AS400
file file member type description
SOURCES Original ZLIB C subprogram sources
adler32.c ADLER32 C ZLIB - Compute the Adler-32 checksum of a dta strm
compress.c COMPRESS C ZLIB - Compress a memory buffer
crc32.c CRC32 C ZLIB - Compute the CRC-32 of a data stream
deflate.c DEFLATE C ZLIB - Compress data using the deflation algorithm
gzio.c GZIO C ZLIB - IO on .gz files
infback.c INFBACK C ZLIB - Inflate using a callback interface
inffast.c INFFAST C ZLIB - Fast proc. literals & length/distance pairs
inflate.c INFLATE C ZLIB - Interface to inflate modules
inftrees.c INFTREES C ZLIB - Generate Huffman trees for efficient decode
trees.c TREES C ZLIB - Output deflated data using Huffman coding
uncompr.c UNCOMPR C ZLIB - Decompress a memory buffer
zutil.c ZUTIL C ZLIB - Target dependent utility functions
H Original ZLIB C and ILE/RPG include files
crc32.h CRC32 C ZLIB - CRC32 tables
deflate.h DEFLATE C ZLIB - Internal compression state
inffast.h INFFAST C ZLIB - Header to use inffast.c
inffixed.h INFFIXED C ZLIB - Table for decoding fixed codes
inflate.h INFLATE C ZLIB - Internal inflate state definitions
inftrees.h INFTREES C ZLIB - Header to use inftrees.c
trees.h TREES C ZLIB - Created automatically with -DGEN_TREES_H
zconf.h ZCONF C ZLIB - Compression library configuration
zlib.h ZLIB C ZLIB - Compression library C user interface
as400/zlib.inc ZLIB.INC RPGLE ZLIB - Compression library ILE RPG user interface
zutil.h ZUTIL C ZLIB - Internal interface and configuration
TOOLS Building source software & AS/400 README
as400/bndsrc BNDSRC Entry point exportation list
as400/compile.clp COMPILE CLP Compile sources & generate service program
as400/readme.txt README TXT Installation instructions
4) Continue as in I)3).
Notes: For AS400 ILE RPG programmers, a /copy member defining the ZLIB
API prototypes for ILE RPG can be found in ZLIB/H(ZLIB.INC).
Please read comments in this member for more information.
Remember that most foreign textual data are ASCII coded: this
implementation does not handle conversion from/to ASCII, so
text data code conversions must be done explicitely.
Always open zipped files in binary mode.
没有合适的资源?快使用搜索试试~ 我知道了~
zlib-1.2.3.4.tar.gz
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 94 浏览量
2024-06-23
15:38:52
上传
评论
收藏 557KB GZ 举报
温馨提示
zlib是提供数据压缩用的函式库,由Jean-loup Gailly与Mark Adler所开发。 zlib初版0.9版在1995年5月1日发表。zlib使用DEFLATE算法,最初是为libpng函式库所写的,后来普遍为许多软件所使用。此函式库为自由软件,使用zlib授权。截至2007年3月,zlib是包含在Coverity的美国国土安全部赞助者选择继续审查的开源项目。
资源推荐
资源详情
资源评论
收起资源包目录
zlib-1.2.3.4.tar.gz (248个子文件)
zlib.3 4KB
._zlib.3 167B
README.586 2KB
README.686 1KB
._ChangeLog 167B
._configure 167B
._Makefile 463B
._README 167B
zlib.adb 20KB
test.adb 13KB
zlib-streams.adb 6KB
mtest.adb 4KB
read.adb 4KB
buffer_demo.adb 4KB
zlib-thin.adb 3KB
zlib-thin.ads 15KB
zlib.ads 13KB
zlib-streams.ads 4KB
gvmat32.asm 27KB
inffas32.asm 16KB
gvmat64.asm 15KB
match.asm 11KB
inffasx64.asm 10KB
._match.asm 368B
mkasm.bat 127B
bld_ml32.bat 93B
bld_ml64.bat 86B
bndsrc 5KB
Makefile.bor 3KB
Makefile.bor 2KB
DotZLib.build 1KB
deflate.c 65KB
inflate.c 52KB
unzip.c 48KB
trees.c 44KB
gzlog.c 40KB
puff.c 40KB
inffas86.c 40KB
zip.c 36KB
gzio.c 32KB
gun.c 25KB
enough.c 23KB
infback.c 22KB
infback9.c 21KB
blast.c 17KB
gzappend.c 16KB
pigz.c 16KB
untgz.c 16KB
example.c 16KB
miniunz.c 15KB
zran.c 15KB
gzjoin.c 14KB
inftrees.c 13KB
crc32.c 13KB
inffast.c 13KB
inftree9.c 13KB
minizip.c 11KB
fitblk.c 8KB
minigzip.c 8KB
mztools.c 8KB
testzlib.c 7KB
inffas8664.c 7KB
zutil.c 7KB
iowin32.c 6KB
zpipe.c 6KB
adler32.c 5KB
ioapi.c 4KB
compress.c 2KB
uncompr.c 2KB
gvmat32c.c 2KB
._deflate.c 171B
._infback.c 171B
._inffast.c 171B
._inftrees.c 171B
._gzlog.c 171B
._enough.c 171B
._trees.c 171B
._gzio.c 171B
._inflate.c 171B
._puff.c 171B
._inftree9.c 171B
._infback9.c 171B
zfstream.cc 13KB
test.cc 1KB
ChangeLog 50KB
ChangeLogUnzip 2KB
DotZLib.chm 71KB
compile.clp 7KB
make_vms.com 15KB
configure 16KB
README.contrib 3KB
zfstream.cpp 5KB
zstream_test.cpp 711B
test.cpp 526B
GZipStream.cs 11KB
DotZLib.cs 10KB
ChecksumImpl.cs 8KB
UnitTests.cs 8KB
CodecBase.cs 6KB
Deflater.cs 4KB
共 248 条
- 1
- 2
- 3
资源评论
ssxueyi
- 粉丝: 200
- 资源: 334
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功