c4ev3/ev3duder

Ubuntu package

dlech opened this issue · 2 comments

dlech commented

FYI, I've packaged this in the ev3dev-tools PPA for Ubuntu.

sudo add-apt-repository ppa:ev3dev/tools
sudo apt update
sudo apt install ev3duder

You can also grab the .deb files from here if you don't want to use the PPA.

a3f commented

Great! Do you package them manually or is there some CI/CD that does that? I couldn't see any references to ev3duder in https://github.com/ev3dev/ev3dev-tools.

dlech commented

I build the source package manually and launchpad.net builds the binary package. See https://github.com/ev3dev/ev3duder/tree/ev3dev-bionic/debian. (The ev3dev-tools repo is unrelated to the ev3dev-tools PPA)