This is an old revision of the document!


Building libtiff, libjpeg and libpng on Windows

Download and extract ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.2.tar.gz:

$ bsdtar xf tiff-3.9.2.tar.gz
$ cd tiff-3.9.2

See incorrect_library_names; libtiff's autogen.sh is broken, so run the following commands to fix the libtool issue:

$ aclocal
$ libtoolize --copy --force
$ automake --add-missing --copy --foreign
$ autoheader
$ autoconf

Now you can configure, build and install:

$ ./autogen.sh
$ ./configure --prefix=/mingw
$ make install

Do not install to /; remember that / is MSYS and /mingw is MinGW

Revisit later in re thread safety

TBD

TBD

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • diana/windows/building/image.1258116416.txt.gz
  • Last modified: 2022-05-31 09:23:14
  • (external edit)