0
|
1 |
This project builds a shared library version of libpng on x86 BeOS.
|
|
2 |
|
|
3 |
It defines PNG_USE_PNGGCCRD, which activates the assembly code in
|
|
4 |
pnggccrd.c; this hasn't been extensively tested on BeOS.
|
|
5 |
|
|
6 |
To install:
|
|
7 |
|
|
8 |
1) 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 |
|
|
14 |
2) copy and png.h, pngconf.h somewhere; /boot/home/config/include (which
|
|
15 |
you'll have to make) is a good choice
|
|
16 |
|
|
17 |
3) copy libpng.so to /boot/home/config/lib
|
|
18 |
|
|
19 |
4) build your libpng.so applications (remember to include libz.a as
|
|
20 |
well when you link)
|
|
21 |
|
|
22 |
- Chris Herborth, March 27, 2001
|