FreeImage 3.14.1
Windows
Open or convert in VS a corresponding FreeImage.*.sln project and compile the latter.
You will find FreeImage.dll and FreeImage.lib in the Dist root folder and FreeImagePlus.dll and FreeImagePlust.lib in the freeimage-src\Wrapper\FreeImagePlus\Dist folder.
Linux
Compiling FreeImage
Enter the FreeImage directory
Build the distribution :
make
make install
Clean all files produced during the build process
make clean
Compiling FreeImagePlus
FreeImagePlus is a C++ wrapper for FreeImage.
To compile FreeImage as a C++ library, follow these steps :
1) Enter the FreeImage directory
2) Build the distribution :
make -f Makefile.fip
make -f Makefile.fip install
3) Clean all files produced during the build process
make -f Makefile.fip clean
You will find libFreeImage.so and libFreeImagePlus.so in the freeimage-src\Wrapper\FreeImagePlus\Dist folder.