blob: 0cd4d9db4c3c46391fd35e90d43e0a94cf5fb93c [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001This project builds a shared library version of libpng on x86 BeOS.
2
3It defines PNG_USE_PNGGCCRD, which activates the assembly code in
4pnggccrd.c; this hasn't been extensively tested on BeOS.
5
6To install:
7
81) build
9
10 Note: As of version 1.0.10, you'll get a fair number of warnings when
11 you compile pnggccrd.c. As far as I know, these are harmless,
12 but it would be better if someone fixed them.
13
142) copy and png.h, pngconf.h somewhere; /boot/home/config/include (which
15 you'll have to make) is a good choice
16
173) copy libpng.so to /boot/home/config/lib
18
194) build your libpng.so applications (remember to include libz.a as
20 well when you link)
21
22- Chris Herborth, March 27, 2001