Changeset b577f26
- Timestamp:
- 02/01/2005 08:32:18 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3b764a4e
- Parents:
- 9824250
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/librep.xml
r9824250 rb577f26 19 19 <?dbhtml filename="librep.html" ?> 20 20 <title>librep-&librep-version;</title> 21 <indexterm zone="librep"> 22 <primary sortas="a-Librep">Librep</primary></indexterm> 21 23 22 24 <sect2> … … 42 44 <sect3><title><application>librep</application> dependencies</title> 43 45 <sect4><title>Required</title> 44 <para><xref linkend="gdbm"/></para></sect4> 46 <para><xref linkend="gdbm"/></para> 47 </sect4> 48 45 49 <sect4><title>Optional</title> 46 50 <para><xref linkend="gmp"/> and 47 51 <xref linkend="gcc"/> (build Java so that 48 <filename class='libraryfile'>libffi</filename> is built)</para></sect4> 52 <filename class='libraryfile'>libffi</filename> is built)</para> 53 </sect4> 49 54 </sect3> 50 55 … … 58 63 59 64 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib && 60 make && 61 make install</command></userinput></screen> 65 make</command></userinput></screen> 66 67 <para>Now, as the root user:</para> 68 69 <screen><userinput role='root'><command>make install</command></userinput></screen> 62 70 63 71 </sect2> … … 75 83 <title>Contents</title> 76 84 77 <para>The <application>librep</application> package contains 78 <command>rep</command>, 79 <command>rep-config</command>, 80 <command>rep-remote</command>, 81 <command>rep-xgettext</command>, 82 <command>repdoc</command> and 83 <filename class="libraryfile">librep</filename> libraries.</para> 85 <segmentedlist> 86 <segtitle>Installed Programs</segtitle> 87 <segtitle>Installed Libraries</segtitle> 88 <segtitle>Installed Directories</segtitle> 84 89 85 </sect2> 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 93 hierarchy</seg> 94 <seg>/usr/lib/rep, /usr/share/emacs/site-lisp and /usr/share/rep</seg> 95 </seglistitem> 96 </segmentedlist> 86 97 87 <sect2><title>Description</title> 98 <variablelist> 99 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 100 <?dbfo list-presentation="list"?> 88 101 89 <sect3><title>rep</title> 90 <para><command>rep</command> is the Lisp interpreter.</para></sect3> 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> 91 109 92 <sect3><title>librep libraries</title> 93 <para><filename class="libraryfile">librep</filename> libraries contain 94 the functions necessary for the Lisp interpreter.</para></sect3> 110 <varlistentry id="librep-lib"> 111 <term><filename class='libraryfile'>librep.so</filename></term> 112 <listitem><para> contains the functions necessary for the Lisp 113 interpreter.</para> 114 <indexterm zone="librep librep-lib"> 115 <primary sortas="c-librep">librep.so</primary> 116 </indexterm></listitem> 117 </varlistentry> 118 </variablelist> 95 119 96 120 </sect2> -
gnome/add/libgail-gnome.xml
r9824250 rb577f26 21 21 <title><application>libgail-gnome</application>-&libgail-gnome-version;</title> 22 22 <indexterm zone="libgail-gnome"> 23 <primary sortas="a- libgail-gnome">libgail-gnome</primary></indexterm>23 <primary sortas="a-Libgail-gnome">Libgail-gnome</primary></indexterm> 24 24 25 25 <sect2> -
gnome/add/libgnomecups.xml
r9824250 rb577f26 21 21 <title>libgnomecups-&libgnomecups-version;</title> 22 22 <indexterm zone="libgnomecups"> 23 <primary sortas="a- libgnomecups">libgnomecups</primary></indexterm>23 <primary sortas="a-Libgnomecups">Libgnomecups</primary></indexterm> 24 24 25 25 <sect2>
Note:
See TracChangeset
for help on using the changeset viewer.