The IJS package contains a library which implements a protocol for transmission of raster page images.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): https://www.openprinting.org/download/ijs/download/ijs-0.35.tar.bz2
Download MD5 sum: 896fdcb7a01c586ba6eb81398ea3f6e9
Download size: 252 KB
Estimated disk space required: 2.2 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/ijs
Install IJS by running the following commands:
./configure --prefix=/usr \
            --mandir=/usr/share/man \
            --enable-shared \
            --disable-static &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
Last updated on 2016-08-28 16:56:06 -0700