summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libpng/projects/beos/x86-static.txt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 15:24:15 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 15:24:15 -0500
commitbd0f3345a938b35ce6a12f6150373b0955b8dd12 (patch)
tree7a520322212d48ebcb9fbe1087e7fca28b76185c /src/3rdparty/libpng/projects/beos/x86-static.txt
downloadqt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.tar.gz
qt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.zip
Add Qt3 development HEAD version
Diffstat (limited to 'src/3rdparty/libpng/projects/beos/x86-static.txt')
-rw-r--r--src/3rdparty/libpng/projects/beos/x86-static.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/3rdparty/libpng/projects/beos/x86-static.txt b/src/3rdparty/libpng/projects/beos/x86-static.txt
new file mode 100644
index 0000000..bb80aaa
--- /dev/null
+++ b/src/3rdparty/libpng/projects/beos/x86-static.txt
@@ -0,0 +1,22 @@
+This project builds a static library version of libpng on x86 BeOS.
+
+It defines PNG_USE_PNGGCCRD, which activates the assembly code in
+pnggccrd.c; this hasn't been extensively tested on BeOS.
+
+To install:
+
+1) build
+
+ Note: As of version 1.0.10, you'll get a fair number of warnings when
+ you compile pnggccrd.c. As far as I know, these are harmless,
+ but it would be better if someone fixed them.
+
+2) copy and png.h, pngconf.h somewhere; /boot/home/config/include (which
+ you'll have to make) is a good choice
+
+3) copy libpng.a to /boot/home/config/lib
+
+4) build your libpng.a applications (remember to include libz.a as
+ well when you link)
+
+- Chris Herborth, March 27, 2001