source: general/prog/librep.xml@ 932eaae

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 932eaae was 932eaae, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Final tags for the night

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

  • Property mode set to 100644
File size: 4.3 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
[43e39c7]7 <!ENTITY librep-download-http "http://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 <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
[dcee7a56]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>
[0c5fbf2]37
[932eaae]38 &lfs10_checked;
[4a23c346]39
[0c5fbf2]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[dcee7a56]43 <para>
44 Download (HTTP): <ulink url="&librep-download-http;"/>
45 </para>
[0c5fbf2]46 </listitem>
47 <listitem>
[dcee7a56]48 <para>
49 Download (FTP): <ulink url="&librep-download-ftp;"/>
50 </para>
[0c5fbf2]51 </listitem>
52 <listitem>
[dcee7a56]53 <para>
54 Download MD5 sum: &librep-md5sum;
55 </para>
[0c5fbf2]56 </listitem>
57 <listitem>
[dcee7a56]58 <para>
59 Download size: &librep-size;
60 </para>
[0c5fbf2]61 </listitem>
62 <listitem>
[dcee7a56]63 <para>
64 Estimated disk space required: &librep-buildsize;
65 </para>
[0c5fbf2]66 </listitem>
67 <listitem>
[dcee7a56]68 <para>
69 Estimated build time: &librep-time;
70 </para>
[0c5fbf2]71 </listitem>
72 </itemizedlist>
[60ddbaf]73<!--
[0c5fbf2]74 <bridgehead renderas="sect3">Librep Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
[f3aea8b]77 <para role="optional">
[0d7900a]78 <xref linkend="libffi"/>
[ffdad30]79 </para>
[60ddbaf]80-->
[1039de3]81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/librep"/></para>
83
[0c5fbf2]84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Librep</title>
88
[dcee7a56]89 <para>
90 Install <application>librep</application> by running the following
91 commands:
92 </para>
[0c5fbf2]93
[44bbfc9]94<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[0c5fbf2]95make</userinput></screen>
96
[dcee7a56]97 <para>
98 This package does not come with a test suite.
99 </para>
[4a23c346]100
[dcee7a56]101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
[0c5fbf2]104
[0260f4b]105<screen role="root"><userinput>sed -i '5043,5044 d' libtool &amp;&amp;
106make install</userinput></screen>
[0c5fbf2]107
108 </sect2>
[b9488cf]109
[0c5fbf2]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>
[43e39c7]119 <seg>rep, <!--rep-config, -->rep-remote, rep-xgettext, and repdoc</seg>
[7cd76d62]120 <seg>librep.so and numerous modules installed in the /usr/lib/rep
[0c5fbf2]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>
[dcee7a56]134 <para>
135 is the Lisp interpreter.
136 </para>
[0c5fbf2]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>
[dcee7a56]146 <para>
147 contains the functions necessary for the Lisp interpreter.
148 </para>
[0c5fbf2]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>
[329bca8]158
159</sect1>
160
Note: See TracBrowser for help on using the repository browser.