Dobrica Pavlinušić's random unstructured stuff
Barcode journy: Revision 5
So, you wanted to print your own barcodes? So did I and this page is collection of notes about it.

{toc: }

^ Reading barcodes

ZBar, project which used to be called "zebra on sourceforce, but isn't any more"<http://web.archive.org/web/*/http://sourceforge.net/projects/zebra>

* start with "code checkout and compilation"<http://zbar.hg.sourceforge.net/hgweb/zbar/raw-file/52a6262c8ec2/HACKING>

.pre
# dependencies
sudo apt-get install libmagickwand-dev

# checkout source
cd /rest/cvs
hg clone http://zbar.hg.sourceforge.net:8000/hgroot/zbar
cd zbar
autoreconf --install

# compile
./configure --without-python
make

.pre

^ Related pages

{fetchrss: http://feeds.delicious.com/v2/rss/dpavlin/barcode?count=100 full}