source: postlfs/shells/zsh.xml@ 3597eb6

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 3597eb6 was 3597eb6, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #7

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

  • Property mode set to 100644
File size: 5.5 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="ftpdir">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 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/zsh"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of ZSH</title>
76
77 <para>Install <application>ZSH</application> by running the following
78 commands:</para>
79
80<screen><userinput>./configure --prefix=/usr &amp;&amp;
81make</userinput></screen>
82
83 <para>To test the results, issue: <command>make check</command>.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install &amp;&amp;
88make install.info</userinput></screen>
89
90 </sect2>
91
92 <sect2 role="configuration">
93 <title>Configuring ZSH</title>
94
95 <sect3 id="zsh-config">
96 <title>Config Files</title>
97
98 <para>There are a whole host of configuration files for
99 <application>ZSH</application> including <filename>/etc/zshenv</filename>,
100 <filename>/etc/zprofile</filename>, <filename>/etc/zshrc</filename>,
101 <filename>/etc/zlogin</filename>, and <filename>/etc/zlogout</filename>.
102 You can find more information on these in the <filename>zsh(1)</filename>
103 and related man pages.</para>
104
105 <indexterm zone="zsh zsh-config">
106 <primary sortas="e-etc-zshenv">/etc/zshenv</primary>
107 </indexterm>
108
109 <indexterm zone="zsh zsh-config">
110 <primary sortas="e-etc-zprofile">/etc/zprofile</primary>
111 </indexterm>
112
113 <indexterm zone="zsh zsh-config">
114 <primary sortas="e-etc-zshrc">/etc/zshrc</primary>
115 </indexterm>
116
117 <indexterm zone="zsh zsh-config">
118 <primary sortas="e-etc-zlogin">/etc/zlogin</primary>
119 </indexterm>
120
121 <indexterm zone="zsh zsh-config">
122 <primary sortas="e-etc-zlogout">/etc/zlogout</primary>
123 </indexterm>
124
125 </sect3>
126
127 <sect3>
128 <title>Configuration Information</title>
129
130 <para>Update <filename>/etc/shells</filename> to include the
131 <application>ZSH</application> shell program names (as the
132 <systemitem class="username">root</systemitem> user):</para>
133
134<screen role="root"><userinput>cat &gt;&gt; /etc/shells &lt;&lt; "EOF"
135<literal>/usr/bin/zsh
136/usr/bin/zsh-4.2.5</literal>
137EOF</userinput></screen>
138
139 </sect3>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>zsh and zsh-4.2.5</seg>
153 <seg>None</seg>
154 <seg>/usr/lib/zsh and /usr/share/zsh</seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Description</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="zsh-prog">
164 <term><command>zsh</command></term>
165 <listitem>
166 <para>is a shell which has command-line editing, built-in spelling
167 correction, programmable command completion, shell functions (with
168 autoloading), a history mechanism, and a host of other features.</para>
169 <indexterm zone="zsh zsh-prog">
170 <primary sortas="b-zsh">zsh</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.