Linux version now includes a build for Raspberry Pi
Due to demand from developers the Linux version now includes a build for Raspberry Pi. Just download the Linux version to your Raspberry Pi and run ./configure.sh from the top level folder of the tar ball. It includes a version of bardecode which has been static linked against libtiff and libjpeg to get you started and shared object libraries that require installation of libtiff before they can be used.
pi@raspberrypi:~/bardecoder_8_1_1 $ ./configure.sh
Creating links to the following build of bardecoder…
Linux raspberrypi 4.1.18-v7+ (requires libtiff 5/libjpeg 6/java)
To install libtiff on a Raspberry Pi use the following command:
sudo apt-get install libtiff-dev