packages icon

Tar Archive: /hpux/Misc/jbigkit-2.0/jbigkit-2.0-src-11.11.tar.gz
Filename:    jbigkit-2.0/HPUX.Install
Package name:     jbigkit
Version number:   2.0
Original author:  Markus Kuhn 
Original URL:     http://www.cl.cam.ac.uk/~mgk25/jbigkit/
HP-UX URL:        http://hpux.connect.org.uk/hppd/cgi-bin/search?package=&term=/jbigkit-
License:          GNU General Public License v2
Languages:        C 
Build-time deps:  make
Install tree:     /usr/local
Report bugs to:   hpux@connect.org.uk
Tested on:        HP rp3410 running HP-UX 11.11 and 11.23,
                  HP rx2600 running HP-UX 11.23,
                  HP rp3440 running HP-UX 11.31 and
                  HP rx2620 running HP-UX 11.31
Compilers used:   PA-RISC - B.11.11.18 (HP C)
                  Itanium - A.06.17 (HP C)
LDOPTS setting:   export LDOPTS="+s -L/usr/local/lib -L/usr/lib"
Purpose:
A library of compression and decompression functions. It is used for bi-level
high-resolution images such as fax pages or scanned documents. The library can
be easily included in your image or document processing software. The JBIG-KIT
package provides two ready-to-use compression and decompression programs with a
simple command line interface.
Date archived:    Tue  9 Sep 2008

-------------------------------------------------------------------------------

Files changed:

* Makefile:
  - Set up TREE, BINDIR, LIBDIR, LIBEXT, MANDIR and INCDIR definitions
    relative to /usr/local (IPF machines get a slightly different
    LIBDIR/LIBEXT to PA-RISC).
  - Passed some of the above definitions to sub-Makefiles.

* libjbig/Makefile:
  - Added libjbig.$(LIBEXT) rule to build and install that library into
   $(LIBDIR).
  - Added "install" rule.

* pbmtools/Makefile:
  - Used $(LIBDIR) copy of jbig library when linking.
  - Added "install rule".

To compile (usually as root):

[Edit the definitons in the Makefile, particularly the TREE setting]
gmake
[This will actually install libjbig.$(LIBEXT) into $(LIBDIR)]

To test: 
gmake test 
[This should pass all the tests OK, but will take quite a long time to run]


To install (usually as root):

gmake install