Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 362 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 362 Bytes

FreeImage

This repository is a fork of the FreeImage project that supports building via CMake. Please see the original project if you want the unmodified codebase.

Building

Make sure CMake is installed, and run the following commands:

$ mkdir build-FreeImage 
$ cmake /path/to/FreeImage 
$ make