-
Notifications
You must be signed in to change notification settings - Fork 11
/
README.install
27 lines (19 loc) · 1010 Bytes
/
README.install
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
===============================================================================
Building libicns
You will need a copy of zlib, and libpng. Additionally, you will need a copy
of either libjasper or libopenjpeg. If you do not want to install those
libraries, you will need to build them, then modify the Makefile to build
against the static libraries in thier respective directories.
For a complete build of libicns and icns2png, you should check the Makefile
to ensure you are building against the correct libraries, then run
make
make install
Please see the Makefile for alternative possibilities
===============================================================================
Requirements
libicns should build just about any *nux distribution The source is cross
platform and has been tested on PowerPC Linux, x86 Linux, and Mac OS X (UNIX)
libicns requires the following external dependencies:
libpng
Jasper or OpenJPEG
===============================================================================