Biber is a BibTeX replacement for users of biblatex, written in Perl, with full Unicode support.
This package is known to build and work properly using an LFS-9.1 platform.
Download (HTTP): https://github.com/plk/biber/archive/v2.14/biber-2.14.tar.gz
Download MD5 sum: 726e7457f1b4d882e1d05fd185563cfd
Download size: 1.6 MB
Estimated disk space required: 16 MB
Estimated build time: 0.6 SBU including tests
If you have updated to a new release of texlive-source, biber and
its perl dependencies are still in present in /usr
and do not need to be rebuilt. However,
biblatex installs in /opt/texlive/2019
and does need to be
reinstalled.
This version of biber requires perl-5.30 or later. If you are still using the 8.4 version of BLFS you may wish to build the 2.13 version: see the 8.4 book noting that biblatex-3.13 has been replaced by biblatex-3.13a upstream.
The corresponding version of biblatex is a separate project - the tds
tarball is pre-packaged for untarring into the texmf-dist
directory. Download (HTTP):
http://sourceforge.net/projects/biblatex/files/biblatex-3.14/biblatex-3.14.tds.tgz
Download MD5 sum: fc3605bc86de283e6f962f20a80c5a04
Download size: 20 MB
autovivification-0.18 Business-ISBN-3.005 Business-ISMN-1.201 Business-ISSN-1.003 Class-Accessor-0.51 Data-Compare-1.27 Data-Dump-1.23 Data-Uniqid-0.12 DateTime-Calendar-Julian-0.102 DateTime-Format-Builder-0.82 Encode-EUCJPASCII-0.03 Encode-HanExtra-0.23 Encode-JIS2K-0.03 File-Slurper-0.012 IO-String-1.08 IPC-Run3-0.048 Lingua-Translit-0.28 List-AllUtils-0.15 List-MoreUtils-0.428 Log-Log4perl-1.49 LWP-Protocol-https-6.07 Module-Build-0.4231 Parse-RecDescent-1.967015 PerlIO-utf8_strict-0.007 Regexp-Common-2017060201 Sort-Key-1.33 Text-BibTeX-0.88 Text-CSV-2.00 Text-Roman-3.5 Unicode-Collate-1.27 Unicode-LineBreak-2019.001 XML-LibXML-Simple-1.01 XML-LibXSLT-1.99 XML-Writer-0.625 and texlive-20190410 (or install-tl-unx, but for that you can use tlmgr update )
File-Which-1.23 and Test-Differences-0.67
It is possible to install all missing dependencies automatically. You must first install Module-Build-0.4231 using automatic installation of perl modules. then run perl ./Build.PL and when it prompts you, become the root user and run ./Build installdeps
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/biber
Install Biber by running the following commands:
perl ./Build.PL && ./Build
To test the results, enter: ./Build test
Now, as the root
user:
tar -xf ../biblatex-3.14.tds.tgz -C /opt/texlive/2019/texmf-dist && texhash && ./Build install
tar -xf biblatex-3.14.tds.tar.gz -C /opt/texlive/2019/texmf-dist: this installs the new biblatex files over those installed by texlive.
texhash : this updates the file hash tables (otherwise known as the file name database).
Last updated on 2020-02-27 17:21:14 -0800