source: postlfs/shells/zsh.xml@ d8614521

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 d8614521 was d8614521, checked in by Randy McMurchy <randy@…>, 19 years ago

Separated root installation from build commands in remaining packages that are already indexed

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

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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.bz2">
8 <!ENTITY zsh-download-ftp "ftp://ftp.zsh.org/zsh/zsh-&zsh-version;.tar.bz2">
9 <!ENTITY zsh-size "1.9 MB">
10 <!ENTITY zsh-buildsize "17 MB">
11 <!ENTITY zsh-time "0.51 SBU">
12 <!ENTITY zsh-md5sum "b59ef34b8de288d5fd16f842451125c8">
13]>
14
15<sect1 id="zsh" xreflabel="ZSH-&zsh-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="zsh.html"?>
21<title>ZSH-&zsh-version;</title>
22<indexterm zone="zsh">
23<primary sortas="a-ZSH">ZSH</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>ZSH</application></title>
27
28<para>The <application>ZSH</application> package contains a command
29interpreter (shell) usable as an interactive login shell and as
30a shell script command processor. Of the standard shells,
31<application>ZSH</application> most
32closely resembles <application>KSH</application> but includes many
33enhancements.</para>
34
35<sect3><title>Package information</title>
36<itemizedlist spacing='compact'>
37<listitem><para>Download (HTTP): <ulink
38url="&zsh-download-http;"/></para></listitem>
39<listitem><para>Download (FTP): <ulink
40url="&zsh-download-ftp;"/></para></listitem>
41<listitem><para>Download MD5 sum: &zsh-md5sum;</para></listitem>
42<listitem><para>Download size: &zsh-size;</para></listitem>
43<listitem><para>Estimated disk space required:
44&zsh-buildsize;</para></listitem>
45<listitem><para>Estimated build time:
46&zsh-time;</para></listitem></itemizedlist>
47</sect3>
48
49<sect3><title><application>ZSH</application> dependencies</title>
50<sect4><title>Optional</title>
51<para><xref linkend="pcre"/></para></sect4>
52</sect3>
53
54</sect2>
55
56<sect2>
57<title>Installation of <application>ZSH</application></title>
58
59<para>Install <application>ZSH</application> by running the following
60commands:</para>
61
62<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
63make</command></userinput></screen>
64
65<para>Now, as the root user:</para>
66
67<screen><userinput role='root'><command>make install</command></userinput></screen>
68
69</sect2>
70
71<sect2>
72<title>Configuring <application>ZSH</application></title>
73
74<sect3 id="zsh-config"><title>Config files</title>
75<para>There are a whole host of configuration files for
76<application>ZSH</application> including
77<filename>/etc/zshenv</filename>,
78<filename>/etc/zprofile</filename>,
79<filename>/etc/zshrc</filename>,
80<filename>/etc/zlogin</filename> and
81<filename>/etc/zlogout</filename>. You can find more information on these in
82the <filename>zsh(1)</filename> and related man pages.</para>
83
84<indexterm zone="zsh zsh-config">
85<primary sortas="e-etc-zshenv">/etc/zshenv</primary></indexterm>
86<indexterm zone="zsh zsh-config">
87<primary sortas="e-etc-zprofile">/etc/zprofile</primary></indexterm>
88<indexterm zone="zsh zsh-config">
89<primary sortas="e-etc-zshrc">/etc/zshrc</primary></indexterm>
90<indexterm zone="zsh zsh-config">
91<primary sortas="e-etc-zlogin">/etc/zlogin</primary></indexterm>
92<indexterm zone="zsh zsh-config">
93<primary sortas="e-etc-zlogout">/etc/zlogout</primary></indexterm>
94</sect3>
95
96</sect2>
97
98<sect2>
99<title>Contents</title>
100
101<segmentedlist>
102<segtitle>Installed Program</segtitle>
103<segtitle>Installed Libraries</segtitle>
104<segtitle>Installed Directories</segtitle>
105<seglistitem>
106<seg>zsh</seg>
107<seg>None</seg>
108<seg>None</seg>
109</seglistitem>
110</segmentedlist>
111
112<variablelist>
113<bridgehead renderas="sect3">Short Description</bridgehead>
114<?dbfo list-presentation="list"?>
115
116<varlistentry id="zsh-prog">
117<term><command>zsh</command></term>
118<listitem><para>is a shell which has command-line editing, built-in spelling
119correction, programmable command completion, shell functions (with
120autoloading), a history mechanism, and a host of other features.</para>
121<indexterm zone="zsh zsh-prog">
122<primary sortas="b-zsh">zsh</primary></indexterm>
123</listitem>
124</varlistentry>
125</variablelist>
126
127</sect2>
128
129</sect1>
130
Note: See TracBrowser for help on using the repository browser.