source: general/prog/librep.xml@ 9ae8a83e

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

Lots of tags

  • Property mode set to 100644
File size: 4.2 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[f3e940f7]7 <!ENTITY librep-download-http "https://download.tuxfamily.org/librep/librep_&librep-version;.tar.xz">
[0c5fbf2]8 <!ENTITY librep-download-ftp " ">
[44bbfc9]9 <!ENTITY librep-md5sum "036195b371006848e29ed6f50ddc8475">
10 <!ENTITY librep-size "840 KB">
11 <!ENTITY librep-buildsize "10 MB">
[43e39c7]12 <!ENTITY librep-time "0.3 SBU">
[52d29f7]13]>
14
[fd680fb]15<sect1 id="librep" xreflabel="librep-&librep-version;">
[0c5fbf2]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
[dcee7a56]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>
[0c5fbf2]33
[dc1a45e]34 &lfs113_checked;
[4a23c346]35
[0c5fbf2]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[dcee7a56]39 <para>
40 Download (HTTP): <ulink url="&librep-download-http;"/>
41 </para>
[0c5fbf2]42 </listitem>
43 <listitem>
[dcee7a56]44 <para>
45 Download (FTP): <ulink url="&librep-download-ftp;"/>
46 </para>
[0c5fbf2]47 </listitem>
48 <listitem>
[dcee7a56]49 <para>
50 Download MD5 sum: &librep-md5sum;
51 </para>
[0c5fbf2]52 </listitem>
53 <listitem>
[dcee7a56]54 <para>
55 Download size: &librep-size;
56 </para>
[0c5fbf2]57 </listitem>
58 <listitem>
[dcee7a56]59 <para>
60 Estimated disk space required: &librep-buildsize;
61 </para>
[0c5fbf2]62 </listitem>
63 <listitem>
[dcee7a56]64 <para>
65 Estimated build time: &librep-time;
66 </para>
[0c5fbf2]67 </listitem>
68 </itemizedlist>
[60ddbaf]69<!--
[0c5fbf2]70 <bridgehead renderas="sect3">Librep Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
[f3aea8b]73 <para role="optional">
[0d7900a]74 <xref linkend="libffi"/>
[ffdad30]75 </para>
[60ddbaf]76-->
[1039de3]77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/librep"/></para>
79
[0c5fbf2]80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Librep</title>
84
[dcee7a56]85 <para>
86 Install <application>librep</application> by running the following
87 commands:
88 </para>
[0c5fbf2]89
[44bbfc9]90<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[0c5fbf2]91make</userinput></screen>
92
[dcee7a56]93 <para>
94 This package does not come with a test suite.
95 </para>
[4a23c346]96
[dcee7a56]97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
[0c5fbf2]100
[0260f4b]101<screen role="root"><userinput>sed -i '5043,5044 d' libtool &amp;&amp;
102make install</userinput></screen>
[0c5fbf2]103
104 </sect2>
[b9488cf]105
[0c5fbf2]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>
[43e39c7]115 <seg>rep, <!--rep-config, -->rep-remote, rep-xgettext, and repdoc</seg>
[7cd76d62]116 <seg>librep.so and numerous modules installed in the /usr/lib/rep
[0c5fbf2]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>
[dcee7a56]130 <para>
[4c24eb0a]131 is the Lisp interpreter
[dcee7a56]132 </para>
[0c5fbf2]133 <indexterm zone="librep rep">
134 <primary sortas="b-rep">rep</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 <varlistentry id="librep-lib">
[4c24eb0a]140 <term><filename class="libraryfile">librep.so</filename></term>
[0c5fbf2]141 <listitem>
[dcee7a56]142 <para>
[4c24eb0a]143 contains the functions necessary for the Lisp interpreter
[dcee7a56]144 </para>
[0c5fbf2]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>
[329bca8]154
155</sect1>
Note: See TracBrowser for help on using the repository browser.