jevois / jevois-inventor

Graphical user interface and programming tool for JeVois smart cameras
GNU General Public License v3.0
15 stars 8 forks source link

Deb package for Ubuntu 22.04LTS #8

Closed Fabien-B closed 1 year ago

Fabien-B commented 1 year ago

Hello, Can you release a deb package for Ubuntu 22.04 LTS ? If I try to use the 20.04 deb, its misses the libicui18n.so.66 dynamic library. Since 22.04 is an LTS, it would be nice to support it!

An other option would be to release an AppImage.

(not that this is the same problem as #2)

jevois commented 1 year ago

Hi

thanks for your interest in jevois!

We recompiled it for 22.04 but I do not have a good way to test it, it seems to run on a virtualbox but I am having trouble forwarding the USB ports to my virtual machine. Can you please try this:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DD24C027

sudo add-apt-repository "deb https://jevois.usc.edu/apt jammy main"

sudo apt purge modemmanager

sudo apt install jevois-inventor

sudo usermod -aG dialout $USER # need to reboot to take effect

sudo usermod -aG video $USER # need to reboot to take effect

then reboot, login, connect the camera and start jevois-inventor

and let me know if it works?

best

-- laurent

On Fri, Jun 16, 2023 at 4:55 AM Fabien-B @.***> wrote:

Hello, Can you release a deb package for Ubuntu 22.04 LTS ? If I try to use the 20.04 deb, its misses the libicui18n.so.66 dynamic library. Since 22.04 is an LTS, it would be nice to support it!

An other option would be to release an AppImage.

(not that this is the same problem as #2 https://github.com/jevois/jevois-inventor/issues/2)

— Reply to this email directly, view it on GitHub https://github.com/jevois/jevois-inventor/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF7SF2XTMP2KTFC5FAIOCADXLRCTFANCNFSM6AAAAAAZJE3F4U . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Fabien-B commented 1 year ago

Tested, it works!