Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
diana:windows:building:image [2009-11-26 13:58:38]
dages
diana:windows:building:image [2022-05-31 09:29:31] (current)
Line 1: Line 1:
-====== Building libtiff, libjpeg and libpng on Windows ======+====== Building libpng, libjpeg and libtiff on Windows ======
  
 Download and extract the correct versions of zlib, libpng, jpeg and tiff: Download and extract the correct versions of zlib, libpng, jpeg and tiff:
  
 ^ Package   ^ Location                                       ^ Version ^ ^ Package   ^ Location                                       ^ Version ^
-| zlib      | http://sourceforge.net/projects/libpng/files/  | 1.2.3   | 
 | libpng    | http://sourceforge.net/projects/libpng/files/  | 1.2.40  | | libpng    | http://sourceforge.net/projects/libpng/files/  | 1.2.40  |
-| jpeg      | http://www.ijg.org/files/                      |       |+| jpeg      | http://www.ijg.org/files/                      |       |
 | tiff      | ftp://ftp.remotesensing.org/pub/libtiff/       | 3.9.2   | | tiff      | ftp://ftp.remotesensing.org/pub/libtiff/       | 3.9.2   |
  
 Build them in the order in which they are listed in the table. Build them in the order in which they are listed in the table.
  
-To build libz, run the following commands after extracting the source code:+In each case, after extracting, run the following commands:
  
-  $ ./configure --prefix=/mingw +  $ LDFLAGS=-L/c/met.no/lib CPPFLAGS=-I/c/met.no/include ./configure --prefix=/c/met.no --disable-shared 
-  $ make all +  $ make all install
-  $ make install+
  
-To build the other three, run the following commands after extracting the source code:+Copy the licenses:
  
-  $ ./configure --prefix=/mingw +//libpng// 
-  $ make LDFLAGS=-no-undefined all + 
-  $ make LDFLAGS=-no-undefined install+  cp LICENSE /c/met.no/copyright/libpng.txt 
 + 
 +//jpeg// 
 + 
 +  $ cp README /c/met.no/copyright/jpeg.txt 
 + 
 +//tiff// 
 + 
 +  $ cp COPYRIGHT /c/met.no/copyright/tiff.txt
  
  • diana/windows/building/image.1259243918.txt.gz
  • Last modified: 2022-05-31 09:23:14
  • (external edit)