source: postlfs/shells/zsh.xml@ 9572e88

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 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 krejzi/svn 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 9572e88 was bb49ea0, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Finish tagging postlfs section
Update haveged script

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

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