README
上传用户:zlh9724
上传日期:2007-01-04
资源大小:1991k
文件大小:0k
源码类别:

浏览器

开发平台:

Unix_Linux

  1. To get from libpng.tar.gz to built library
  2. ------------------------------------------
  3. 0) Get archive
  4. From: ftp://ftp.group42.com/pub/png/ or ftp://ftp.uu.net/graphics/png/
  5. 1) Extract archive
  6. mkdir Implementation
  7. cd Implementation
  8. gnutar xvfpz ../libpng*.tar.gz
  9. 2) Apply patch(es) to libpng source:
  10. This may be needed to fix gamma rounding bug in 0.81
  11. patch < ../libpng-0.81-bugpatch
  12. General patch for arena
  13. patch < ../libpng-arena-patch 
  14. 3) Build
  15. make libpng.a