mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
3f76011a66
Archive IJS as neither Gutenprint or cups-filters can use it anymore, and the filter was removed from cups-filters in version 1.25.0. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21689 af4574ff-66df-0310-9fd7-8a98e5e911e0
169 lines
4.3 KiB
XML
169 lines
4.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY ijs-download-http "https://www.openprinting.org/download/ijs/download/ijs-&ijs-version;.tar.bz2">
|
|
<!ENTITY ijs-download-ftp " ">
|
|
<!ENTITY ijs-md5sum "896fdcb7a01c586ba6eb81398ea3f6e9">
|
|
<!ENTITY ijs-size "252 KB">
|
|
<!ENTITY ijs-buildsize "2.2 MB">
|
|
<!ENTITY ijs-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="ijs" xreflabel="IJS-&ijs-version;">
|
|
<?dbhtml filename="ijs.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>IJS-&ijs-version;</title>
|
|
|
|
<indexterm zone="ijs">
|
|
<primary sortas="a-IJS">IJS</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to IJS</title>
|
|
|
|
<para>
|
|
The <application>IJS</application> package contains a
|
|
library which implements a protocol for transmission
|
|
of raster page images.
|
|
</para>
|
|
|
|
&lfs84_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&ijs-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&ijs-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &ijs-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &ijs-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &ijs-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &ijs-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/ijs"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of IJS</title>
|
|
|
|
<para>
|
|
Install <application>IJS</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--mandir=/usr/share/man \
|
|
--enable-shared \
|
|
--disable-static &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
ijs_client_example, ijs-config and ijs_server_example
|
|
</seg>
|
|
<seg>
|
|
libijs.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/ijs
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="ijs-config">
|
|
<term><command>ijs-config</command></term>
|
|
<listitem>
|
|
<para>
|
|
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.
|
|
</para>
|
|
<indexterm zone="ijs ijs-config">
|
|
<primary sortas="b-ijs-config">ijs-config</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libijs">
|
|
<term><filename class="libraryfile">libijs.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>IJS</application> API functions.
|
|
</para>
|
|
<indexterm zone="ijs libijs">
|
|
<primary sortas="c-libijs">libijs.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|