source: postlfs/shells/zsh.xml@ e19ad480

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 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 systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e19ad480 was e19ad480, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Adding automatized scripts generation related tags. Postlfs part.

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

  • Property mode set to 100644
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY zsh-download-http "http://prdownloads.sourceforge.net/zsh/zsh-&zsh-version;.tar.bz2">
8 <!ENTITY zsh-download-ftp " ">
9 <!ENTITY zsh-md5sum "e2060f743dcdf3b383e80e862a6548fe">
10 <!ENTITY zsh-size "2.0 MB">
11 <!ENTITY zsh-buildsize "24 MB">
12 <!ENTITY zsh-time "0.5 SBU">
13]>
14
15<sect1 id="zsh" xreflabel="ZSH-&zsh-version;">
16 <?dbhtml filename="zsh.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">zsh-&zsh-version;.tar</keyword>
23 <keyword role="ftptdir">zsh</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>ZSH-&zsh-version;</title>
28
29 <indexterm zone="zsh">
30 <primary sortas="a-ZSH">ZSH</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to ZSH</title>
35
36 <para>The <application>ZSH</application> package contains a command
37 interpreter (shell) usable as an interactive login shell and as
38 a shell script command processor. Of the standard shells,
39 <application>ZSH</application> most closely resembles
40 <application>KSH</application> but includes many enhancements.</para>
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&zsh-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&zsh-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &zsh-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &zsh-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &zsh-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &zsh-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">ZSH Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="pcre"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of ZSH</title>
73
74 <para>Install <application>ZSH</application> by running the following
75 commands:</para>
76
77<screen><userinput>./configure --prefix=/usr &amp;&amp;
78make</userinput></screen>
79
80 <para>To test the results, issue: <command>make check</command>.</para>
81
82 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
83
84<screen role="root"><userinput>make install &amp;&amp;
85make install.info</userinput></screen>
86
87 </sect2>
88
89 <sect2 role="configuration">
90 <title>Configuring ZSH</title>
91
92 <sect3 id="zsh-config">
93 <title>Config Files</title>
94
95 <para>There are a whole host of configuration files for
96 <application>ZSH</application> including <filename>/etc/zshenv</filename>,
97 <filename>/etc/zprofile</filename>, <filename>/etc/zshrc</filename>,
98 <filename>/etc/zlogin</filename>, and <filename>/etc/zlogout</filename>.
99 You can find more information on these in the <filename>zsh(1)</filename>
100 and related man pages.</para>
101
102 <indexterm zone="zsh zsh-config">
103 <primary sortas="e-etc-zshenv">/etc/zshenv</primary>
104 </indexterm>
105
106 <indexterm zone="zsh zsh-config">
107 <primary sortas="e-etc-zprofile">/etc/zprofile</primary>
108 </indexterm>
109
110 <indexterm zone="zsh zsh-config">
111 <primary sortas="e-etc-zshrc">/etc/zshrc</primary>
112 </indexterm>
113
114 <indexterm zone="zsh zsh-config">
115 <primary sortas="e-etc-zlogin">/etc/zlogin</primary>
116 </indexterm>
117
118 <indexterm zone="zsh zsh-config">
119 <primary sortas="e-etc-zlogout">/etc/zlogout</primary>
120 </indexterm>
121
122 </sect3>
123
124 <sect3>
125 <title>Configuration Information</title>
126
127 <para>Update <filename>/etc/shells</filename> to include the
128 <application>ZSH</application> shell program names (as the
129 <systemitem class="username">root</systemitem> user):</para>
130
131<screen role="root"><userinput>cat &gt;&gt; /etc/shells &lt;&lt; "EOF"
132<literal>/usr/bin/zsh
133/usr/bin/zsh-4.2.5</literal>
134EOF</userinput></screen>
135
136 </sect3>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>zsh and zsh-4.2.5</seg>
150 <seg>None</seg>
151 <seg>/usr/lib/zsh and /usr/share/zsh</seg>
152 </seglistitem>
153 </segmentedlist>
154
155 <variablelist>
156 <bridgehead renderas="sect3">Short Description</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
159
160 <varlistentry id="zsh-prog">
161 <term><command>zsh</command></term>
162 <listitem>
163 <para>is a shell which has command-line editing, built-in spelling
164 correction, programmable command completion, shell functions (with
165 autoloading), a history mechanism, and a host of other features.</para>
166 <indexterm zone="zsh zsh-prog">
167 <primary sortas="b-zsh">zsh</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.