Hello,
I need to use a libdmtx on my JeVois. On ubuntu (I'm on ubuntu 18.4) I can easly get it by using "sudo apt-get install libdmtx0a". With that library, I can use pylibdmtx in order to read data matrix with Jevois.
On my laptop it work perfectly but in JeVois, I just need this library. I tried this tutorial :
http://jevois.org/tutorials/ProgrammerDlib.html but it don't know how to compile libdmtx with JeVois to create a shared library that pylibdmtx can read.
Maybe there is a way of compiling libdtmx on my computer and just copy/paste the libdmtx.so on the JeVois?
I tried with :
wget
https://sourceforge.net/projects/libdmtx/files/libdmtx/0.7.4/libdmtx-0.7.4.tar.bz2
git clone git://libdmtx.git.sourceforge.net/gitroot/libdmtx/libdmtx