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.
We have moved to a new forum at http://jevois.usc.edu, please check it out. The forum at jevois.org/qa will not allow new user registrations but is maintained alive for its useful past questions and answers.

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.

...