Some TeX Developments

Coding in the TeX world

Building biber on Ubuntu 10.04 (Lucid Lynx)

with one comment

As I’ve just installed Ubuntu 10.04 (‘Lucid Lynx’) on my test system, I thought I should check that I can get biber working. As in my earlier posts, this is not too hard, but it’s nice to have some instructions. As usual, first you need to download biber from the homepage and unpack the files. Using the Terminal, move the directory where the source is and do

sudo cpan Config::AutoConf
perl Build.PL
sudo ./Build installdeps
./Build
./Build test
sudo ./Build install

The cpan line adds one module to Perl which for some reason biber’s installdeps routine doesn’t find automatically: if you miss this out then the build will fail. There are a lot of Perl questions while the additional modules are installed: I just say yes to all to them. The build itself is pretty quite, and it’s almost at the point of being trivial (the above instructions now seem to work on all the platforms I use).

Written by Joseph Wright

May 6th, 2010 at 7:53 pm

Posted in General

Tagged with ,

One Response to 'Building biber on Ubuntu 10.04 (Lucid Lynx)'

Subscribe to comments with RSS or TrackBack to 'Building biber on Ubuntu 10.04 (Lucid Lynx)'.

  1. If you use `cpanm` (http://p3rl.org/cpanm) simply checkout the git repo, cd into the folder and do `cpanm .`

    Joel

    21 Jun 11 at 5:17 pm

Leave a Reply