source: postlfs/shells/zsh.xml@ 8763a1da

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8763a1da was 8763a1da, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • Update to zsh-5.1.
  • Update to graphite2-1.3.1.
  • Update to tiff-4.0.5.
  • Update to links-2.11.
  • Update to midori_0.5.11.
  • xine-lib, mplayer, links, cairo: s|www.directfb.org|pkgs.fedoraproject.org/repo/pkgs/directfb|.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16365 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 11.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 <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.xz">
8 <!ENTITY zsh-download-ftp " ">
9 <!ENTITY zsh-md5sum "fbf736a6540873f4fb7bdaf70cafb1f0">
10 <!ENTITY zsh-size "2.7 MB">
11 <!ENTITY zsh-buildsize "67 MB (includes documentation and tests)">
12 <!ENTITY zsh-time "1.2 SBU (includes documentation and tests)">
13
14 <!ENTITY zsh-doc-md5sum "1cae4809faf084081fb9aa08a3041288">
15 <!ENTITY zsh-doc-size "3.0 MB">
16]>
17
18<sect1 id="zsh" xreflabel="zsh-&zsh-version;">
19 <?dbhtml filename="zsh.html"?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>zsh-&zsh-version;</title>
27
28 <indexterm zone="zsh">
29 <primary sortas="a-zsh">zsh</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to zsh</title>
34
35 <para>The <application>zsh</application> package contains a command
36 interpreter (shell) usable as an interactive login shell and as
37 a shell script command processor. Of the standard shells,
38 <application>zsh</application> most closely resembles
39 <application>ksh</application> but includes many enhancements.</para>
40
41 &lfs77_checked; &gcc5_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&zsh-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&zsh-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &zsh-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &zsh-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &zsh-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &zsh-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
66 <itemizedlist spacing="compact">
67 <listitem>
68 <para>Optional Documentation: <ulink
69 url="http://www.zsh.org/pub/zsh-&zsh-version;-doc.tar.xz"/></para>
70 </listitem>
71 <listitem>
72 <para>Documentation MD5 sum: &zsh-doc-md5sum;</para>
73 </listitem>
74 <listitem>
75 <para>Documentation download size: &zsh-doc-size;</para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">zsh Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="libcap-pam"/>,
84 <xref linkend="pcre"/>, and
85 <xref linkend="valgrind"/>,
86 </para>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/zsh"/></para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of zsh</title>
95
96 <para>If you downloaded the optional documentation, unpack it with
97 the following command:</para>
98
99<screen><userinput>tar --strip-components=1 -xvf ../zsh-&zsh-version;-doc.tar.xz</userinput></screen>
100
101<!-- <note>
102 <para>
103 Using a script to build with "su -c script" may produce a funny
104 configure error message: "no controlling tty". If this happens, add
105 the switch -\-with-tcsetpgrp to configure.
106 </para>
107 </note>
108-->
109 <para>Install <application>zsh</application> by running the following
110 commands:</para>
111
112<screen><userinput>./configure --prefix=/usr \
113 --bindir=/bin \
114 --sysconfdir=/etc/zsh \
115 --enable-etcdir=/etc/zsh &amp;&amp;
116make &amp;&amp;
117
118makeinfo Doc/zsh.texi --plaintext -o Doc/zsh.txt &amp;&amp;
119makeinfo Doc/zsh.texi --html -o Doc/html &amp;&amp;
120makeinfo Doc/zsh.texi --html --no-split --no-headers -o Doc/zsh.html</userinput></screen>
121
122 <para>If you have <xref linkend="texlive"/>
123 installed, you can build PDF format of the documentation by issuing
124 the following command:</para>
125
126<screen><userinput>texi2pdf Doc/zsh.texi -o Doc/zsh.pdf</userinput></screen>
127
128 <para>To test the results, issue: <command>make check</command>.</para>
129
130 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
131
132<screen role="root"><userinput>make install &amp;&amp;
133make infodir=/usr/share/info install.info &amp;&amp;
134
135install -v -m755 -d /usr/share/doc/zsh-&zsh-version;/html &amp;&amp;
136install -v -m644 Doc/html/* /usr/share/doc/zsh-&zsh-version;/html &amp;&amp;
137install -v -m644 Doc/zsh.{html,txt} /usr/share/doc/zsh-&zsh-version;</userinput></screen>
138
139 <para>If you downloaded the optional documentation, install it by issuing
140 the following commands as the
141 <systemitem class="username">root</systemitem> user:</para>
142
143<screen role="root"><userinput>make htmldir=/usr/share/doc/zsh-&zsh-version;/html install.html &amp;&amp;
144install -v -m644 Doc/zsh.dvi /usr/share/doc/zsh-&zsh-version;</userinput></screen>
145
146 <para>If you built the PDF format of the documentation, install
147 it by issuing the following command as the
148 <systemitem class="username">root</systemitem> user:</para>
149
150<screen role="root"><userinput>install -v -m644 Doc/zsh.pdf /usr/share/doc/zsh-&zsh-version;</userinput></screen>
151
152 </sect2>
153
154 <sect2 role="commands">
155 <title>Command Explanations</title>
156
157 <para><parameter>--sysconfdir=/etc/zsh</parameter> and
158 <parameter>--enable-etcdir=/etc/zsh</parameter>: These parameters are
159 used so that all the <application>zsh</application> configuration files
160 are consolidated into the <filename class='directory'>/etc/zsh</filename>
161 directory. Omit these parameters if you wish to retain historical
162 compatibility by having all the files located in the
163 <filename class='directory'>/etc</filename> directory.</para>
164
165 <para><parameter>--bindir=/bin</parameter>: This parameter places the
166 <command>zsh</command> binaries into the root filesystem.</para>
167
168 <para><option>--enable-cap</option>: This option enables
169 POSIX capabilities.</para>
170
171 <para><option>--disable-gdbm</option>: This option disables the
172 use of the <application>GDBM</application> library.</para>
173
174 <para><option>--enable-pcre</option>: This option allows zsh to use
175 the <application>PCRE</application> regular expression library in shell
176 builtins.</para>
177
178 <sect3 id="mountpoints">
179 <title>Multiple partitions</title>
180
181 <para>Linking <application>zsh</application> dynamically against
182 <application>pcre</application> and/or <application>gdbm</application>
183 produces runtime dependencies on <filename class='libraryfile'>
184 libpcre.so</filename> and/or <filename class='libraryfile'>libgdbm.so
185 </filename>respectively, which both reside in
186 <filename class='directory'>/usr</filename> hierarchy. If
187 <filename class='directory'>/usr</filename> is a separate mount point
188 and <application>zsh</application> needs to be available in boot time,
189 then its supporting libraries should be in
190 <filename class='directory'>/lib</filename> too. You can move the
191 libraries as follows:</para>
192
193<screen role="root"><userinput>mv -v /usr/lib/libpcre.so.* /lib &amp;&amp;
194ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so
195
196mv -v /usr/lib/libgdbm.so.* /lib &amp;&amp;
197ln -v -sf ../../lib/libgdbm.so.3 /usr/lib/libgdbm.so</userinput>
198</screen>
199
200 <para>Alternatively you can statically link <application>zsh</application>
201 against <application>pcre</application> and <application>gdbm</application>
202 if you modify the <filename>config.modules</filename> file (you need first
203 to run configure to generate it).</para>
204
205 </sect3>
206
207 </sect2>
208
209 <sect2 role="configuration">
210 <title>Configuring zsh</title>
211
212 <sect3 id="zsh-config">
213 <title>Config Files</title>
214
215 <para>There are a whole host of configuration files for
216 <application>zsh</application> including
217 <filename>/etc/zsh/zshenv</filename>,
218 <filename>/etc/zsh/zprofile</filename>,
219 <filename>/etc/zsh/zshrc</filename>,
220 <filename>/etc/zsh/zlogin</filename> and
221 <filename>/etc/zsh/zlogout</filename>.
222 You can find more information on these in the <filename>zsh(1)</filename>
223 and related manual pages.</para>
224
225 <para>
226 The first time zsh is executed, you will be prompted by messages asking
227 several questions. The answers will be used to create a
228 <filename>~/.zshrc</filename> file. If you wish to run these questions
229 again, run <command>zsh
230 /usr/share/zsh/&zsh-version;/functions/zsh-newuser-install -f</command>.
231 </para>
232
233 <para>
234 There are several built-in advanced prompts. In the
235 <command>zsh</command> shell, start advanced prompt support with
236 <command>autoload -U promptinit</command>, then
237 <command>promptinit</command>. Available prompt names are listed with
238 <command>prompt -l</command>. Select a particular one with
239 <command>prompt <literal>&lt;prompt-name&gt;</literal></command>. Display all available
240 prompts with <command>prompt -p</command>. Except for the list and
241 display commands above, you can insert the other ones in
242 <filename>~/.zshrc</filename> to be automatically executed at
243 shell start, with the prompt you chose.
244 </para>
245
246 <indexterm zone="zsh zsh-config">
247 <primary sortas="e-etc-zsh-zshenv">/etc/zsh/zshenv</primary>
248 </indexterm>
249
250 <indexterm zone="zsh zsh-config">
251 <primary sortas="e-etc-zsh-zprofile">/etc/zsh/zprofile</primary>
252 </indexterm>
253
254 <indexterm zone="zsh zsh-config">
255 <primary sortas="e-etc-zsh-zshrc">/etc/zsh/zshrc</primary>
256 </indexterm>
257
258 <indexterm zone="zsh zsh-config">
259 <primary sortas="e-etc-zsh-zlogin">/etc/zsh/zlogin</primary>
260 </indexterm>
261
262 <indexterm zone="zsh zsh-config">
263 <primary sortas="e-etc-zsh-zlogout">/etc/zsh/zlogout</primary>
264 </indexterm>
265
266 </sect3>
267
268 <sect3>
269 <title>Configuration Information</title>
270
271 <para>Update <filename>/etc/shells</filename> to include the
272 <application>zsh</application> shell program names (as the
273 <systemitem class="username">root</systemitem> user):</para>
274
275<screen role="root"><userinput>cat &gt;&gt; /etc/shells &lt;&lt; "EOF"
276<literal>/bin/zsh</literal>
277EOF</userinput></screen>
278
279 </sect3>
280
281 </sect2>
282
283 <sect2 role="content">
284 <title>Contents</title>
285
286 <segmentedlist>
287 <segtitle>Installed Programs</segtitle>
288 <segtitle>Installed Libraries</segtitle>
289 <segtitle>Installed Directories</segtitle>
290
291 <seglistitem>
292 <seg>zsh and zsh-&zsh-version; (hardlinked to each other)</seg>
293 <seg>Numerous plugin helper modules under
294 /usr/lib/zsh/&zsh-version;/</seg>
295 <seg>/usr/{lib,share}/zsh and /usr/share/doc/zsh-&zsh-version;</seg>
296 </seglistitem>
297 </segmentedlist>
298
299 <variablelist>
300 <bridgehead renderas="sect3">Short Description</bridgehead>
301 <?dbfo list-presentation="list"?>
302 <?dbhtml list-presentation="table"?>
303
304 <varlistentry id="zsh-prog">
305 <term><command>zsh</command></term>
306 <listitem>
307 <para>is a shell which has command-line editing, built-in spelling
308 correction, programmable command completion, shell functions (with
309 autoloading), a history mechanism, and a host of other features.</para>
310 <indexterm zone="zsh zsh-prog">
311 <primary sortas="b-zsh">zsh</primary>
312 </indexterm>
313 </listitem>
314 </varlistentry>
315
316 </variablelist>
317
318 </sect2>
319
320</sect1>
Note: See TracBrowser for help on using the repository browser.