File: INSTALL

package info (click to toggle)
libiptcdata 1.0.4-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,092 kB
  • sloc: sh: 9,668; ansic: 4,111; xml: 2,791; makefile: 122; python: 62; sed: 16
file content (34 lines) | stat: -rw-r--r-- 810 bytes parent folder | download | duplicates (7)
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
31
32
33
34
libiptcdata
===========

    David Moore <dcm@acm.org>


REQUIREMENTS
------------

libiptcdata is written in portable C code and has no prerequisite
libraries.  It has been tested under GNU/Linux.

INSTALLATION
------------

first run:

  ./configure
  make

and as root:

  make install


Note: On Mac OS X, it has been reported that internationalization support
in libiptcdata is often disabled at configure time because the libintl
library cannot be found.  If you use a package installer such as Fink
or DarwinPorts, you can obtain libintl by installing the gettext package and
then running libiptcdata's configure script as:
  ./configure --with-libintl-prefix=/sw --with-libiconv-prefix=/sw
for Fink, or:
  ./configure --with-libintl-prefix=/opt/local --with-libiconv-prefix=/opt/local
for DarwinPorts.