INSTALL
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:8k
源码类别:

界面编程

开发平台:

Visual C++

  1. Installing libpng version 1.2.34 - December 18, 2008
  2. On Unix/Linux and similar systems, you can simply type
  3.     ./configure [--prefix=/path]
  4.     make check
  5.     make install
  6. and ignore the rest of this document.
  7. If configure does not work on your system and you have a reasonably
  8. up-to-date set of tools, running ./autogen.sh before running ./configure
  9. may fix the problem.  You can also run the individual commands in
  10. autogen.sh with the --force option, if supported by your version of
  11. the tools.  If you run 'libtoolize --force', though, this will replace
  12. the distributed, patched, version of ltmain.sh with an unpatched version
  13. and your shared library builds may fail to produce libraries with the
  14. correct version numbers.
  15. Instead, you can use one of the custom-built makefiles in the
  16. "scripts" directory
  17.     cp scripts/makefile.system makefile
  18.     make test
  19.     make install
  20. Or you can use one of the "projects" in the "projects" directory.
  21. If you want to use "cmake" (see www.cmake.org), copy CMakeLists.txt
  22. from the "scripts" directory to this directory and type
  23.    cmake . [-DPNG_MMX=YES] -DCMAKE_INSTALL_PREFIX=/path
  24.    make
  25.    make install
  26. Before installing libpng, you must first install zlib, if it
  27. is not already on your system.  zlib can usually be found
  28. wherever you got libpng.  zlib can be placed in another directory,
  29. at the same level as libpng.
  30. If your system already has a preinstalled zlib you will still need
  31. to have access to the zlib.h and zconf.h include files that
  32. correspond to the version of zlib that's installed.
  33. You can rename the directories that you downloaded (they
  34. might be called "libpng-1.2.34" or "lpng109" and "zlib-1.2.1"
  35. or "zlib121") so that you have directories called "zlib" and "libpng".
  36. Your directory structure should look like this:
  37.    ..       (the parent directory)
  38.       libpng  (this directory)
  39.           INSTALL (this file)
  40.           README
  41.           *.h
  42.           *.c
  43.           contrib
  44.              gregbook
  45.              pngminus
  46.              pngsuite
  47.              visupng
  48.           projects
  49.              beos
  50.              c5builder (Borland)
  51.              visualc6 (msvc)
  52.              netware.txt
  53.              wince.txt
  54.           scripts
  55.              makefile.*
  56.           pngtest.png
  57.           etc.
  58.       zlib
  59.           README
  60.           *.h
  61.           *.c
  62.           contrib
  63.           etc.
  64. If the line endings in the files look funny, you may wish to get the other
  65. distribution of libpng.  It is available in both tar.gz (UNIX style line
  66. endings) and zip (DOS style line endings) formats.
  67. If you are building libpng with MSVC, you can enter the
  68. libpng projectsvisualc6 directory and follow the instructions in
  69. projectsvisualc6README.txt.
  70. You can build libpng for WindowsCE by downloading and installing
  71. the projectswince directory as instructed in the projectswince.txt file, and
  72. then following the instructions in the README* files.  Similarly, you can
  73. build libpng for Netware or Beos as instructed in projectsnetware.txt
  74. or projectsbeos.
  75. Else enter the zlib directory and follow the instructions in zlib/README,
  76. then come back here and run "configure" or choose the appropriate
  77. makefile.sys in the scripts directory.
  78. The files that are presently available in the scripts directory
  79. include
  80.  CMakeLists.txt    =>  "cmake" script
  81.  makefile.std      =>  Generic UNIX makefile (cc, creates static libpng.a)
  82.  makefile.elf      =>  Linux/ELF makefile symbol versioning,
  83.                        gcc, creates libpng12.so.0.1.2.34)
  84.  makefile.linux    =>  Linux/ELF makefile
  85.                        (gcc, creates libpng12.so.0.1.2.34)
  86.  makefile.gcc      =>  Generic makefile (gcc, creates static libpng.a)
  87.  makefile.knr      =>  Archaic UNIX Makefile that converts files with
  88.                        ansi2knr (Requires ansi2knr.c from
  89.                        ftp://ftp.cs.wisc.edu/ghost)
  90.  makefile.aix      =>  AIX/gcc makefile
  91.  makefile.cygwin   =>  Cygwin/gcc makefile
  92.  makefile.darwin   =>  Darwin makefile, can use on MacosX
  93.  makefile.dec      =>  DEC Alpha UNIX makefile
  94.  makefile.freebsd  =>  FreeBSD makefile
  95.  makefile.hpgcc    =>  HPUX makefile using gcc
  96.  makefile.hpux     =>  HPUX (10.20 and 11.00) makefile
  97.  makefile.hp64     =>  HPUX (10.20 and 11.00) makefile, 64-bit
  98.  makefile.ibmc     =>  IBM C/C++ version 3.x for Win32 and OS/2 (static)
  99.  makefile.intel    =>  Intel C/C++ version 4.0 and later
  100.  libpng.icc        =>  Project file for IBM VisualAge/C++ version 4.0 or later
  101.  makefile.netbsd   =>  NetBSD/cc makefile, uses PNGGCCRD, makes libpng.so.
  102.  makefile.ne12bsd  =>  NetBSD/cc makefile, uses PNGGCCRD,
  103.                        makes libpng12.so
  104.  makefile.openbsd  =>  OpenBSD makefile
  105.  makefile.sgi      =>  Silicon Graphics IRIX makefile (cc, creates static lib)
  106.  makefile.sggcc    =>  Silicon Graphics (gcc,
  107.                        creates libpng12.so.0.1.2.34)
  108.  makefile.sunos    =>  Sun makefile
  109.  makefile.solaris  =>  Solaris 2.X makefile (gcc,
  110.                        creates libpng12.so.0.1.2.34)
  111.  makefile.solaris-x86 =>  Solaris/intelMMX 2.X makefile (gcc,
  112.                        creates libpng12.so.0.1.2.34)
  113.  makefile.so9      =>  Solaris 9 makefile (gcc,
  114.                        creates libpng12.so.0.1.2.34)
  115.  makefile.32sunu   =>  Sun Ultra 32-bit makefile
  116.  makefile.64sunu   =>  Sun Ultra 64-bit makefile
  117.  makefile.sco      =>  For SCO OSr5  ELF and Unixware 7 with Native cc
  118.  makefile.mips     =>  MIPS makefile
  119.  makefile.acorn    =>  Acorn makefile
  120.  makefile.amiga    =>  Amiga makefile
  121.  smakefile.ppc     =>  AMIGA smakefile for SAS C V6.58/7.00 PPC compiler
  122.                        (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc)
  123.  makefile.atari    =>  Atari makefile
  124.  makefile.beos     =>  BEOS makefile for X86
  125.  makefile.bor      =>  Borland makefile (uses bcc)
  126.  makefile.bc32     =>  32-bit Borland C++ (all modules compiled in C mode)
  127.  makefile.tc3      =>  Turbo C 3.0 makefile
  128.  makefile.dj2      =>  DJGPP 2 makefile
  129.  makefile.msc      =>  Microsoft C makefile
  130.  makefile.vcwin32  =>  makefile for Microsoft Visual C++ 4.0 and later
  131.  makefile.os2      =>  OS/2 Makefile (gcc and emx, requires pngos2.def)
  132.  pngos2.def        =>  OS/2 module definition file used by makefile.os2
  133.  makefile.watcom   =>  Watcom 10a+ Makefile, 32-bit flat memory model
  134.  makevms.com       =>  VMS build script
  135.  descrip.mms       =>  VMS makefile for MMS or MMK
  136.  SCOPTIONS.ppc     =>  Used with smakefile.ppc
  137. Copy the file (or files) that you need from the
  138. scripts directory into this directory, for example
  139.    MSDOS example: copy scriptsmakefile.msc makefile
  140.    UNIX example:    cp scripts/makefile.std makefile
  141. Read the makefile to see if you need to change any source or
  142. target directories to match your preferences.
  143. Then read pngconf.h to see if you want to make any configuration
  144. changes.
  145. Then just run "make" which will create the libpng library in
  146. this directory and "make test" which will run a quick test that reads
  147. the "pngtest.png" file and writes a "pngout.png" file that should be
  148. identical to it.  Look for "9782 zero samples" in the output of the
  149. test.  For more confidence, you can run another test by typing
  150. "pngtest pngnow.png" and looking for "289 zero samples" in the output.
  151. Also, you can run "pngtest -m contrib/pngsuite/*.png" and compare
  152. your output with the result shown in contrib/pngsuite/README.
  153. Most of the makefiles will allow you to run "make install" to
  154. put the library in its final resting place (if you want to
  155. do that, run "make install" in the zlib directory first if necessary).
  156. Some also allow you to run "make test-installed" after you have
  157. run "make install".
  158. If you encounter a compiler error message complaining about the
  159. lines
  160.       __png.h__ already includes setjmp.h;
  161.       __dont__ include it again.;
  162. This means you have compiled another module that includes setjmp.h,
  163. which is hazardous because the two modules might not include exactly
  164. the same setjmp.h.  If you are sure that you know what you are doing
  165. and that they are exactly the same, then you can comment out or
  166. delete the two lines.  Better yet, use the cexcept interface
  167. instead, as demonstrated in contrib/visupng of the libpng distribution.
  168. Further information can be found in the README and libpng.txt
  169. files, in the individual makefiles, in png.h, and the manual pages
  170. libpng.3 and png.5.