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.



Reading barcodes

ZBar, project which used to be called zebra on sourceforce, but isn't any more

# 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


Related pages

fetchrss: http://feeds.delicious.com/v2/rss/dpavlin/barcode?count=100
  • There was an error: 500 Can't connect to feeds.delicious.com:80 (Bad hostname 'feeds.delicious.com')