source: postlfs/editors/emacs.xml@ b9f3ff5c

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 b9f3ff5c was b9f3ff5c, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

emacs-24.5: add two optional dependencies. There are so many! I'm sure missed some.

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

  • Property mode set to 100644
File size: 8.6 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 emacs-download-http "https://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.xz">
8 <!ENTITY emacs-download-ftp "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.xz">
9 <!ENTITY emacs-md5sum "50560ee00bac9bb9cf0e822764cd0832">
10 <!ENTITY emacs-size "38 MB">
11 <!ENTITY emacs-buildsize "482 MB">
12 <!ENTITY emacs-time "4.6 SBU">
13]>
14
15<sect1 id="emacs" xreflabel="Emacs-&emacs-version;">
16 <?dbhtml filename="emacs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Emacs-&emacs-version;</title>
24
25 <indexterm zone="emacs">
26 <primary sortas="a-Emacs">Emacs</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Emacs</title>
31
32 <para>The <application>Emacs</application> package contains an extensible,
33 customizable, self-documenting real-time display editor.</para>
34
35 &lfs77_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&emacs-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&emacs-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &emacs-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &emacs-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &emacs-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &emacs-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Emacs Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Optional</bridgehead>
62 <para role="optional">
63 <xref linkend="x-window-system"/>,
64 <xref linkend="alsa-lib"/>,
65 <xref linkend="dbus"/>,
66 <xref linkend="GConf"/>,
67 <xref linkend="giflib"/>,
68 <xref linkend="gnutls"/>,
69 <xref linkend="gobject-introspection"/>,
70 <xref linkend="gsettings-desktop-schemas"/>,
71 <xref linkend="gpm"/>,
72 <xref linkend="gtk2"/> or <xref linkend="gtk3"/>,
73 <xref linkend="imagemagick"/>,
74 <xref linkend="libjpeg"/>,
75 <xref linkend="libpng"/>,
76 <xref linkend="librsvg"/>,
77 <xref linkend="libtiff"/>,
78 <xref linkend="libxml2"/>,
79 <xref linkend="mitkrb"/>,
80 <xref linkend="valgrind"/>,
81 <ulink url="https://ftp.gnu.org/gnu/intlfonts/">intlfonts</ulink>,
82 <ulink url="http://directory.fsf.org/wiki/Libungif">libungif</ulink>,
83 <ulink url="http://www.nongnu.org/m17n/">libotf</ulink> and
84 <ulink url="http://www.nongnu.org/m17n/">m17n-lib</ulink> - to correctly
85 display such complex scripts as Indic and Khmer, and also for scripts
86 that require Arabic shaping support (Arabic and Farsi), and
87 <ulink url="http://ftp.x.org/pub/individual/lib/">libXaw3d</ulink>
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/emacs"/></para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Emacs</title>
97
98 <para>Install <application>Emacs</application> by running the following
99 commands:</para>
100
101<screen><userinput>./configure --prefix=/usr \
102 --localstatedir=/var &amp;&amp;
103make bootstrap</userinput></screen>
104
105 <para>
106 This package does not come with a test suite. If make succeeds, you can
107 test the result running <command>src/emacs -Q</command>, which is the
108 program that will be installed, with its auxiliary files. This should
109 start and display the application opening screen.
110 </para>
111
112 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
113
114<screen role="root"><userinput>make install &amp;&amp;
115chown -v -R root:root /usr/share/emacs/&emacs-version;</userinput></screen>
116
117 <para>
118
119 This package installs icon files into the <filename
120 class="directory">/usr/share/icons/hicolor</filename> hierarchy and
121 desktop files into the <filename
122 class="directory">/usr/share/applications</filename> hierarchy. You
123 can improve system performance and memory usage by updating
124 <filename>/usr/share/icons/hicolor/icon-theme.cache</filename> and
125 <filename>/usr/share/applications/mimeinfo.cache</filename>. To
126 perform the update you must have <xref linkend="gtk2"/> or <xref
127 linkend="gtk3"/> installed (for the icon cache) and <xref
128 linkend="desktop-file-utils"/> (for the desktop cache) and issue
129 the following commands as the <systemitem
130 class="username">root</systemitem> user:
131
132 </para>
133
134<screen role="root"><userinput>gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor &amp;&amp;
135update-desktop-database</userinput></screen>
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <para><option>--localstatedir=/var</option>: Create game score files
143 in <filename class='directory'>/var/games/emacs</filename> instead
144 of <filename class='directory'>/usr/var/games/emacs</filename>.</para>
145
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Programs</segtitle>
153 <segtitle>Installed Libraries</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>ctags,
158 ebrowse,
159 emacs (symlink),
160 emacs&emacs-version;,
161 emacsclient,
162 etags, and
163 grep-changelog</seg>
164 <seg>None</seg>
165 <seg>/usr/libexec/emacs,
166 /usr/share/emacs, and
167 /var/games/emacs</seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="ctags">
177 <term><command>ctags</command></term>
178 <listitem>
179 <para>creates cross-reference tagfile database files
180 for source code.</para>
181 <indexterm zone="emacs ctags">
182 <primary sortas="b-ctags">ctags</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="ebrowse">
188 <term><command>ebrowse</command></term>
189 <listitem>
190 <para>permits browsing of C++ class hierarchies from
191 within <command>emacs</command>.</para>
192 <indexterm zone="emacs ebrowse">
193 <primary sortas="b-ebrowse">ebrowse</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="emacs-prog">
199 <term><command>emacs</command></term>
200 <listitem>
201 <para>is an editor.</para>
202 <indexterm zone="emacs emacs-prog">
203 <primary sortas="b-emacs">emacs</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="emacsclient">
209 <term><command>emacsclient</command></term>
210 <listitem>
211 <para>attaches an <command>emacs</command> session to an already
212 running <command>emacsserver</command> instance.</para>
213 <indexterm zone="emacs emacsclient">
214 <primary sortas="b-emacsclient">emacsclient</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="etags">
220 <term><command>etags</command></term>
221 <listitem>
222 <para>is another program to generate source code
223 cross-reference tagfiles.</para>
224 <indexterm zone="emacs etags">
225 <primary sortas="b-etags">etags</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="grep-changelog">
231 <term><command>grep-changelog</command></term>
232 <listitem>
233 <para>prints entries in Change Logs matching
234 various criteria.</para>
235 <indexterm zone="emacs grep-changelog">
236 <primary sortas="b-grep-changelog">grep-changelog</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240<!--
241 <varlistentry id="rcs-checkin">
242 <term><command>rcs-checkin</command></term>
243 <listitem>
244 <para>is a shell script used to check files into RCS.</para>
245 <indexterm zone="emacs rcs-checkin">
246 <primary sortas="b-rcs-checkin">rcs-checkin</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>-->
250
251 </variablelist>
252
253 </sect2>
254
255</sect1>
Note: See TracBrowser for help on using the repository browser.