IJS-0.35

Introduction to IJS

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.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/ijs

Installation of 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

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Programs: ijs_client_example, ijs-config and ijs_server_example
Installed Library: libijs.so
Installed Directory: /usr/include/ijs

Short Descriptions

ijs-config

is a program that is used to determine the compiler and linker flags that should be used to compile and link programs that use IJS.

libijs.so

contains the IJS API functions.

Last updated on 2016-08-28 16:56:06 -0700