source: general/prog/librep.xml@ dcee7a56

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 dcee7a56 was dcee7a56, checked in by Pierre Labastie <pieere@…>, 4 years ago

misc formatting

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

  • Property mode set to 100644
File size: 4.3 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 librep-download-http "http://download.tuxfamily.org/librep/librep_&librep-version;.tar.xz">
8 <!ENTITY librep-download-ftp " ">
9 <!ENTITY librep-md5sum "036195b371006848e29ed6f50ddc8475">
10 <!ENTITY librep-size "840 KB">
11 <!ENTITY librep-buildsize "10 MB">
12 <!ENTITY librep-time "0.3 SBU">
13]>
14
15<sect1 id="librep" xreflabel="librep-&librep-version;">
16 <?dbhtml filename="librep.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Librep-&librep-version;</title>
24
25 <indexterm zone="librep">
26 <primary sortas="a-Librep">Librep</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Librep</title>
31
32 <para>
33 The <application>librep</application> package contains a Lisp system.
34 This is useful for scripting or for applications that may use the Lisp
35 interpreter as an extension language.
36 </para>
37
38 &lfs91_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&librep-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&librep-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &librep-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &librep-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &librep-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &librep-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73<!--
74 <bridgehead renderas="sect3">Librep Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="libffi"/>
79 </para>
80-->
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/librep"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Librep</title>
88
89 <para>
90 Install <application>librep</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>sed -i '5043,5044 d' libtool &amp;&amp;
106make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>rep, <!--rep-config, -->rep-remote, rep-xgettext, and repdoc</seg>
120 <seg>librep.so and numerous modules installed in the /usr/lib/rep
121 hierarchy</seg>
122 <seg>/usr/lib/rep, /usr/share/emacs/site-lisp, and /usr/share/rep</seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="rep">
132 <term><command>rep</command></term>
133 <listitem>
134 <para>
135 is the Lisp interpreter.
136 </para>
137 <indexterm zone="librep rep">
138 <primary sortas="b-rep">rep</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 <varlistentry id="librep-lib">
144 <term><filename class='libraryfile'>librep.so</filename></term>
145 <listitem>
146 <para>
147 contains the functions necessary for the Lisp interpreter.
148 </para>
149 <indexterm zone="librep librep-lib">
150 <primary sortas="c-librep">librep.so</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 </variablelist>
156
157 </sect2>
158
159</sect1>
160
Note: See TracBrowser for help on using the repository browser.