diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 18:51:45 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 18:51:45 +0300 |
| commit | d3261e64152397db2dca4d691a990c6bc2a6f4dd (patch) | |
| tree | fac2f7be638651181a72453d714f0f96675c2b8b /archived/ptlibzippy/os400/README400 | |
| parent | 31b9a8949ed0a288143e23bf739f2eb64fdc63be (diff) | |
| download | Project-Tick-d3261e64152397db2dca4d691a990c6bc2a6f4dd.tar.gz Project-Tick-d3261e64152397db2dca4d691a990c6bc2a6f4dd.zip | |
NOISSUE add archived projects
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'archived/ptlibzippy/os400/README400')
| -rw-r--r-- | archived/ptlibzippy/os400/README400 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/archived/ptlibzippy/os400/README400 b/archived/ptlibzippy/os400/README400 new file mode 100644 index 0000000000..aacb172812 --- /dev/null +++ b/archived/ptlibzippy/os400/README400 @@ -0,0 +1,48 @@ + PTlibzippy version 0.0.5.1 for OS/400 installation instructions + +1) Download and unpack the PTlibzippy tarball to some IFS directory. + (i.e.: /path/to/the/ptlibzippy/ifs/source/directory) + + If the installed IFS command supports gzip format, this is straightforward, +else you have to unpack first to some directory on a system supporting it, +then move the whole directory to the IFS via the network (via SMB or FTP). + +2) Edit the configuration parameters in the compilation script. + + EDTF STMF('/path/to/the/ptlibzippy/ifs/source/directory/os400/make.sh') + +Tune the parameters according to your needs if not matching the defaults. +Save the file and exit after edition. + +3) Enter qshell, then work in the PTlibzippy OS/400 specific directory. + + QSH + cd /path/to/the/ptlibzippy/ifs/source/directory/os400 + +4) Compile and install + + sh make.sh + +The script will: +- create the libraries, objects and IFS directories for the PTlibzippy environment, +- compile all modules, +- create a service program, +- create a static and a dynamic binding directory, +- install header files for C/C++ and for ILE/RPG, both for compilation in + DB2 and IFS environments. + +That's all. + + +Notes: For OS/400 ILE RPG programmers, a /copy member defining the PTlibzippy + API prototypes for ILE RPG can be found in PTLIBZIPPY/H(PTLIBZIPPY.INC). + In the ILE environment, the same definitions are available from + file ptlibzippy.inc located in the same IFS include directory as the + C/C++ header files. + 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 explicitly. + + Mainly for the reason above, always open zipped files in binary mode. |
