Installing on a Gentoo system
***Those instructions are now outdated as pybliographer is in the portage tree as an official package***
Short explanations on how to build pybliographer on a Gentoo (courtesy of Christopher Gale)
First, download python-bibtex and pybliographer.
Then:
# emerge sync
# emerge gnome-python
# emerge /usr/portage/app-text/recode/recode-3.6-r1.ebuild
Extract pyblio tarballs. In the python-bibtex directory, run:
# python setup.py build
# python setup.py install
Last, in the pybliographer directory:
# ./configure && make && make_install
