Mercurial > fife-parpg
comparison ext/libpng-1.2.29/projects/beos/x86-static.txt @ 0:4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sun, 29 Jun 2008 18:44:17 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4a0efb7baf70 |
---|---|
1 This project builds a static 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.a to /boot/home/config/lib | |
18 | |
19 4) build your libpng.a applications (remember to include libz.a as | |
20 well when you link) | |
21 | |
22 - Chris Herborth, March 27, 2001 |