source: general/prog/librep.xml@ e59834d

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e59834d was dc1a45e, checked in by Bruce Dubbs <bdubbs@…>, 15 months ago

Lots of tags

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