mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
3ff910b63b
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14246 af4574ff-66df-0310-9fd7-8a98e5e911e0
166 lines
5.3 KiB
XML
166 lines
5.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY biber-download-http "http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/&biber-version;/biblatex-biber.tar.gz">
|
|
<!ENTITY biber-download-ftp "">
|
|
<!ENTITY biber-md5sum "26b2134291ddd7851973a6c385e5545c">
|
|
<!ENTITY biber-size "2.0 MB">
|
|
<!ENTITY biber-buildsize "14 MB">
|
|
<!ENTITY biber-time "less than 0. SBU (0.3 SBU to run the tests)">
|
|
]>
|
|
|
|
<sect1 id="biber" xreflabel="biber-&biber-version;">
|
|
<?dbhtml filename="biber.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>biblatex-biber-&biber-version;</title>
|
|
|
|
<indexterm zone="biber">
|
|
<primary sortas="a-biber">Biber</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to biber</title>
|
|
|
|
<para>Biber is a BibTeX replacement for users of biblatex, written in
|
|
<application>Perl</application>. Unusually, the tarball itself is
|
|
called just biblatex-biber.tar.gz but it will extract to a versioned
|
|
directory. Please ensure you download it from the correct versioned
|
|
directory at sourceforge, the 1.9 version is broken as-shipped.</para>
|
|
|
|
&lfs76_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&biber-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&biber-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &biber-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &biber-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &biber-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &biber-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Biber Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="perl-autovivification"/>
|
|
<xref linkend="perl-business-isbn"/>
|
|
<xref linkend="perl-business-ismn"/>
|
|
<xref linkend="perl-business-issn"/>
|
|
<xref linkend="perl-data-compare"/>
|
|
<xref linkend="perl-date-simple"/>
|
|
<xref linkend="perl-encode-eucjpascii"/>
|
|
<xref linkend="perl-encode-hanextra"/>
|
|
<xref linkend="perl-encode-jis2k"/>
|
|
<xref linkend="perl-file-slurp"/>
|
|
<xref linkend="perl-ipc-run3"/>
|
|
<xref linkend="perl-log-log4perl"/>
|
|
<xref linkend="perl-lwp"/>
|
|
<xref linkend="perl-list-allutils"/>
|
|
<xref linkend="perl-regexp-common"/>
|
|
<xref linkend="perl-text-bibtex"/>
|
|
<xref linkend="perl-unicode-collate"/> (only if your version of perl is less than 5.20.0)
|
|
<xref linkend="perl-unicode-linebreak"/>
|
|
<xref linkend="perl-xml-libxml-simple"/>
|
|
<xref linkend="perl-xml-libxslt"/> and
|
|
<xref linkend="perl-xml-writer"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="perl-readonly-xs"/>, and
|
|
<xref linkend="perl-file-which"/> (to run the testsuite)
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Required (at runtime)</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="texlive"/>
|
|
</para>
|
|
|
|
<note>
|
|
<para>
|
|
It is possible to install (all) missing dependencies automatically.
|
|
Begin by running <command>perl ./Build.PL</command> and then when it
|
|
prompts you, become the root user and run
|
|
<command>./Build installdeps</command>
|
|
</para>
|
|
</note>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url='&blfs-wiki;/biber'/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Biber</title>
|
|
|
|
<para>Install <application>Biber</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>perl ./Build.PL &&
|
|
./Build.PL</userinput></screen>
|
|
|
|
<para>To test the results, enter: <command>./Build test</command></para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>./Build install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>biber</seg>
|
|
<seg>None</seg>
|
|
<seg>/usr/lib/site_perl/5.*/Biber</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="biber-prog">
|
|
<term><command>biber</command></term>
|
|
<listitem>
|
|
<para>is used for producing bibliographies in LaTeX documents.</para>
|
|
<indexterm zone="biber biber-prog">
|
|
<primary sortas="b-biber">biber</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|