Following apparently incomplete instructions in README.md, running on a new ubuntu 26.04 amd64 system, I am unable to get this to build. I do not know rust or its build and package management system, but I presume they studied python and go and got it right.
The build fails because it wants libjavascriptcoregtk 4.0 which is pretty old.
Here's my attempt at a bash script to load missing packages; you're welcome to extend this and fix this as necessary so that for newbies to Rust and OBDium we didn't have to fight the packages and O/S releases. Change the 'if false' to 'if true' as necessary
build_obdium.sh
Following apparently incomplete instructions in README.md, running on a new ubuntu 26.04 amd64 system, I am unable to get this to build. I do not know rust or its build and package management system, but I presume they studied python and go and got it right.
The build fails because it wants libjavascriptcoregtk 4.0 which is pretty old.
Here's my attempt at a bash script to load missing packages; you're welcome to extend this and fix this as necessary so that for newbies to Rust and OBDium we didn't have to fight the packages and O/S releases. Change the 'if false' to 'if true' as necessary
build_obdium.sh