Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.

Make an "apt-get install" on Jevois

0 votes
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
asked Jan 3, 2019 in Programmer Questions by BastienF (120 points)

Please log in or register to answer this question.

...