source: chapter08/zstd.xml@ 8d5f7c75

11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 8d5f7c75 was d7a9421, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Merge Xi's changes into trunk
Update to meson-0.58.0
Update to systemd-248
Update to gcc-11.1.0
Update to linux-5.12.1
Update to iproute2-5.12.0
Update to Python-3.9.5
Make /bin, /sbin, and /lib symlinks to their counterparts in /usr.
Thanks again for a significant portion of this work goes to Xi, I only
really merged it and made a couple of modifications for my updates. To
LFS 11.x we go!

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-zstd" role="wrap">
9 <?dbhtml filename="zstd.html"?>
10
11 <sect1info condition="script">
12 <productname>zstd</productname>
13 <productnumber>&zstd-version;</productnumber>
14 <address>&zstd-url;</address>
15 </sect1info>
16
17 <title>Zstd-&zstd-version;</title>
18
19 <indexterm zone="ch-system-zstd">
20 <primary sortas="a-zstd">zstd</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>Zstandard is a real-time compression algorithm, providing high
27 compression ratios. It offers a very wide range of compression / speed
28 trade-offs, while being backed by a very fast decoder.</para>
29
30 <segmentedlist>
31 <segtitle>&buildtime;</segtitle>
32 <segtitle>&diskspace;</segtitle>
33
34 <seglistitem>
35 <seg>&zstd-fin-sbu;</seg>
36 <seg>&zstd-fin-du;</seg>
37 </seglistitem>
38 </segmentedlist>
39
40 </sect2>
41
42 <sect2 role="installation">
43 <title>Installation of Zstd</title>
44
45 <para>Compile the package:</para>
46
47<screen><userinput remap="make">make</userinput></screen>
48
49 <para>To test the results, issue:</para>
50
51<screen><userinput remap="test">make check</userinput></screen>
52
53 <para>Install the package:</para>
54
55<screen><userinput remap="install">make prefix=/usr install</userinput></screen>
56
57 <para>Remove the static library:</para>
58<screen><userinput remap="install">rm -v /usr/lib/libzstd.a</userinput></screen>
59
60 </sect2>
61
62 <sect2 id="contents-zstd" role="content">
63 <title>Contents of Zstd</title>
64
65 <segmentedlist>
66 <segtitle>Installed programs</segtitle>
67 <segtitle>Installed library</segtitle>
68
69 <seglistitem>
70 <seg>zstd,
71 zstdcat (link to zstd),
72 zstdgrep,
73 zstdless,
74 zstdmt (link to zstd), and
75 unzstd (link to zstd)
76 </seg>
77
78 <seg>libzstd.so</seg>
79 </seglistitem>
80 </segmentedlist>
81
82 <variablelist>
83 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
84 <?dbfo list-presentation="list"?>
85 <?dbhtml list-presentation="table"?>
86
87 <varlistentry id="zstd">
88 <term><command>zstd</command></term>
89 <listitem>
90 <para>Compresses or decompresses files using the ZSTD format</para>
91 <indexterm zone="ch-system-zstd zstd">
92 <primary sortas="b-zstd">zstd</primary>
93 </indexterm>
94 </listitem>
95 </varlistentry>
96
97 <varlistentry id="zstdgrep">
98 <term><command>zstdgrep</command></term>
99 <listitem>
100 <para>Runs <command>grep</command> on ZSTD compressed files</para>
101 <indexterm zone="ch-system-zstd zstdgrep">
102 <primary sortas="b-zstdgrep">zstdgrep</primary>
103 </indexterm>
104 </listitem>
105 </varlistentry>
106
107 <varlistentry id="zstdless">
108 <term><command>zstdless</command></term>
109 <listitem>
110 <para>Runs <command>less</command> on ZSTD compressed files</para>
111 <indexterm zone="ch-system-zstd zstdless">
112 <primary sortas="b-zstdless">zstdless</primary>
113 </indexterm>
114 </listitem>
115 </varlistentry>
116
117 <varlistentry id="libzstd">
118 <term><filename class="libraryfile">libzstd</filename></term>
119 <listitem>
120 <para>The library implementing lossless data
121 compression, using the ZSTD algorithm</para>
122 <indexterm zone="ch-system-zstd libzstd">
123 <primary sortas="c-libzstd">libzstd</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127
128 </variablelist>
129
130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.