You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 weeks ago | |
---|---|---|
cmake | 4 weeks ago | |
CMakeLists.txt | 4 weeks ago | |
Makefile.prizm | 4 weeks ago | |
README.md | 4 weeks ago | |
adler32.c | 4 weeks ago | |
build | 4 weeks ago | |
compress.c | 4 weeks ago | |
crc32.c | 4 weeks ago | |
crc32.h | 4 weeks ago | |
deflate.c | 4 weeks ago | |
deflate.h | 4 weeks ago | |
example.c | 4 weeks ago | |
giteapc.make | 4 weeks ago | |
gzclose.c | 4 weeks ago | |
gzguts.h | 4 weeks ago | |
gzlib.c | 4 weeks ago | |
gzread.c | 4 weeks ago | |
gzwrite.c | 4 weeks ago | |
infback.c | 4 weeks ago | |
inffast.c | 4 weeks ago | |
inffast.h | 4 weeks ago | |
inffixed.h | 4 weeks ago | |
inflate.c | 4 weeks ago | |
inflate.h | 4 weeks ago | |
inftrees.c | 4 weeks ago | |
inftrees.h | 4 weeks ago | |
libczlib.a | 4 weeks ago | |
minigzip.c | 4 weeks ago | |
trees.c | 4 weeks ago | |
trees.h | 4 weeks ago | |
uncompr.c | 4 weeks ago | |
zconf.h | 4 weeks ago | |
zlib.h | 4 weeks ago | |
zutil.c | 4 weeks ago | |
zutil.h | 4 weeks ago |
README.md
Zlib 1.2.5 sources for Gint
Need to have a fully working gcc toolchain for SH3/SH4 architecture.
Compilation is done by using the adhoc Makefile :
make -f Makefile.prizm
in the main directory
It should produce the library libczlib.a
The following steps are not automatically done, so please proceed with the following manipulations :
- copy the library
libczlib.a
into your SH3/SH4 compiler lib folder - copy
zlib.h
andzconf.h
files contained in the include folder into the include folder of the SH3/SH4 compiler
You can also use the gitea install Slyvtt/cZlib1_2_5
command to get an automatic install
when you compile a program for use with Zlib, do not forget to add a -lczlib
option in your compilator command line.
and then a #include <zlib.h>
in your C/C++ sources