~ubuntu-branches/ubuntu/vivid/libicns/vivid

« back to all changes in this revision

Viewing changes to README.install

  • Committer: Package Import Robot
  • Author(s): Paul Wise, Mathew Eis, Paul Wise
  • Date: 2012-06-14 10:16:49 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120614101649-9o2azfu7idmgz6ra
Tags: 0.8.1-1
[ Mathew Eis ]
* New upstream release
  - No longer crashes on ARM/SPARC (Closes: #612698)
  - Understands 'odrp' type (Closes: #614031)
  - Fails with non-zero return code (Closes: #614028)
  - Fixes FTBFS with newer libpng (Closes: #635952)
* debian/control
  - Bump to 3.9.3 Standards-Version (no change needed).

[ Paul Wise ]
* Include changes from Debian NMU
* Wrap and sort various files using wrap-and-sort -s
* Compile against libjpeg-dev instead of the old version (Closes: #643316)
* Compile against libpng-dev instead of the old version (Closes: #662403)
* Adjust the watch file to only look for release versions
* Switch to debhelper compat 9 and dh tiny rules
* Drop autotools_dev and use dh-autoreconf
* Switch to dpkg-source v3
* Use multi-arch paths and fields
* Add myself to uploaders
* Add Vcs-* headers
* Also install the API docs, drop from lib package
* Switch to Debian copyright format 1.0 for the source Debian copyright file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
===============================================================================
 
2
Building libicns
 
3
 
 
4
You will need a copy of zlib, and libpng. Additionally, you will need a copy
 
5
of either libjasper or libopenjpeg. If you do not want to install those
 
6
libraries, you will need to build them, then modify the Makefile to build
 
7
against the static libraries in thier respective directories.
 
8
 
 
9
For a complete build of libicns and icns2png, you should check the Makefile
 
10
to ensure you are building against the correct libraries, then run
 
11
make
 
12
make install
 
13
 
 
14
Please see the Makefile for alternative possibilities
 
15
 
 
16
===============================================================================
 
17
Requirements
 
18
 
 
19
libicns should build just about any *nux distribution The source is cross
 
20
platform and has been tested on PowerPC Linux, x86 Linux, and Mac OS X (UNIX)
 
21
 
 
22
libicns requires the following external dependencies:
 
23
 
 
24
libpng
 
25
Jasper or OpenJPEG
 
26
 
 
27
===============================================================================