FreeImage icon indicating copy to clipboard operation
FreeImage copied to clipboard

A custom distribution of FreeImage, with a CMake-based build system. Used by the Athena Game Framework.

This is a custom distribution of FreeImage, version 3.13.1, with a XMake-based build system.

License

FreeImage's license is unchanged: this library is free software; you can redistribute it and/or modify it under the terms of the 'FreeImage Public License - Version 1.0'. This license is in the file license-fi.txt.

Submodules

This distribution use zlib and XMake as GIT submodules. To download them, do:

$ git submodule init
$ git submodule update

Compilation

It is recommended to compile the library in a separate folder. Here's how I do it:

$ mkdir build
$ cd build
$ cmake ..
$ make