aboutsummaryrefslogtreecommitdiffstats
path: root/projects/beos/x86-shared.txt
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:30:05 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:30:05 -0800
commit893912bfc2683463dc3e2c445336752d012563d3 (patch)
treed69220fafcd6687fe39ca99ad8c74820b429d6a9 /projects/beos/x86-shared.txt
parent0d889b4fd2c96153983a28cc5757c0172d9eb78b (diff)
downloadexternal_libpng-893912bfc2683463dc3e2c445336752d012563d3.zip
external_libpng-893912bfc2683463dc3e2c445336752d012563d3.tar.gz
external_libpng-893912bfc2683463dc3e2c445336752d012563d3.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'projects/beos/x86-shared.txt')
-rw-r--r--projects/beos/x86-shared.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/projects/beos/x86-shared.txt b/projects/beos/x86-shared.txt
new file mode 100644
index 0000000..0cd4d9d
--- /dev/null
+++ b/projects/beos/x86-shared.txt
@@ -0,0 +1,22 @@
+This project builds a shared 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.so to /boot/home/config/lib
+
+4) build your libpng.so applications (remember to include libz.a as
+ well when you link)
+
+- Chris Herborth, March 27, 2001