forked from Kanma/FreeImage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (19 loc) · 635 Bytes
/
README
File metadata and controls
30 lines (19 loc) · 635 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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