source: general/prog/librep.xml@ b577f26

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

Added indexing tags to librep

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

  • Property mode set to 100644
File size: 3.6 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 librep-download-http "http://prdownloads.sourceforge.net/librep/librep-&librep-version;.tar.gz">
8<!ENTITY librep-download-ftp " ">
9<!ENTITY librep-size "1.2 MB">
10<!ENTITY librep-buildsize "13.2 MB">
11<!ENTITY librep-time "0.49 SBU">
12]>
13
14<sect1 id="librep" xreflabel="librep-&librep-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="librep.html" ?>
20<title>librep-&librep-version;</title>
21<indexterm zone="librep">
22<primary sortas="a-Librep">Librep</primary></indexterm>
23
24<sect2>
25<title>Introduction to <application>librep</application></title>
26
27<para>The <application>librep</application> package contains a Lisp system.
28This is useful for scripting or for applications that may use the Lisp
29interpreter as an extension language.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&librep-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&librep-download-ftp;"/></para></listitem>
37<listitem><para>Download size: &librep-size;</para></listitem>
38<listitem><para>Estimated disk space required:
39&librep-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&librep-time;</para></listitem></itemizedlist>
42</sect3>
43
44<sect3><title><application>librep</application> dependencies</title>
45<sect4><title>Required</title>
46<para><xref linkend="gdbm"/></para>
47</sect4>
48
49<sect4><title>Optional</title>
50<para><xref linkend="gmp"/> and
51<xref linkend="gcc"/> (build Java so that
52<filename class='libraryfile'>libffi</filename> is built)</para>
53</sect4>
54</sect3>
55
56</sect2>
57
58<sect2>
59<title>Installation of <application>librep</application></title>
60
61<para>Install <application>librep</application> by running the following
62commands:</para>
63
64<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
65make</command></userinput></screen>
66
67<para>Now, as the root user:</para>
68
69<screen><userinput role='root'><command>make install</command></userinput></screen>
70
71</sect2>
72
73<sect2>
74<title>Command explanations</title>
75
76<para><parameter>--libexecdir=/usr/lib</parameter>: This parameter installs
77files to <filename class="directory">/usr/lib/rep</filename> instead of
78<filename class="directory">/usr/libexec/rep</filename>.</para>
79
80</sect2>
81
82<sect2>
83<title>Contents</title>
84
85<segmentedlist>
86<segtitle>Installed Programs</segtitle>
87<segtitle>Installed Libraries</segtitle>
88<segtitle>Installed Directories</segtitle>
89
90<seglistitem>
91<seg>rep, rep-config, rep-remote, rep-xgettext and repdoc</seg>
92<seg>librep.so and numerous modules installed in the /usr/lib/rep
93hierarchy</seg>
94<seg>/usr/lib/rep, /usr/share/emacs/site-lisp and /usr/share/rep</seg>
95</seglistitem>
96</segmentedlist>
97
98<variablelist>
99<bridgehead renderas="sect3">Short Descriptions</bridgehead>
100<?dbfo list-presentation="list"?>
101
102<varlistentry id="rep">
103<term><command>rep</command></term>
104<listitem><para>is the Lisp interpreter.</para>
105<indexterm zone="librep rep">
106<primary sortas="b-rep">rep</primary>
107</indexterm></listitem>
108</varlistentry>
109
110<varlistentry id="librep-lib">
111<term><filename class='libraryfile'>librep.so</filename></term>
112<listitem><para> contains the functions necessary for the Lisp
113interpreter.</para>
114<indexterm zone="librep librep-lib">
115<primary sortas="c-librep">librep.so</primary>
116</indexterm></listitem>
117</varlistentry>
118</variablelist>
119
120</sect2>
121
122</sect1>
123
Note: See TracBrowser for help on using the repository browser.