C/C++ libraries for Windows

Compiling your program on Windows is often a nightmare when it includes external libraries. Since I have spent some time at sorting out this problem, I thought it would be useful to share here the compiled versions of some common libraries.

Just unzip the archives in a folder, and, in your program, add the “include” directory and link to the relevant libraries in the “lib” directory. Note that you generally need to use the same compiler as the one that I used to generate the files below.

Boost binaries

http://www.boost.org/

GNU Scientific Library binaries

http://www.gnu.org/software/gsl/

libtiff binaries

http://www.linuxfromscratch.org/blfs/view/svn/general/libtiff.html

zlib binaries

http://www.zlib.net/

Last update: 2020-09-15