You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os-release: NAME="Pop!_OS" VERSION="20.10"
I tried compiling and running openvehiclediag before Macchina-J2534. I did not have rust installed, so when started to compile the first error I got was I was missing cargo. I installed cargo using get apt install. I ran into a few other issues, but then moved over to Macchina-J2534. Once there I saw the Requirements recommending installing rustup using the link. This resolved the issue.
May want to add a "Requirements" section to the ReadMe in this repo as well.
Seconded, it's not enough to just install Rust on my end, I had to install Clang to get further into the compilation process. A dependencies list would be greatly appreciated!
EDIT: Also had to install gtk3 to build everything. Thus far I know Rust, Clang, and GTK3 are needed to build, but these are broad dependencies; I'm sure specifics could be narrowed down.
os-release: NAME="Pop!_OS" VERSION="20.10"
I tried compiling and running openvehiclediag before Macchina-J2534. I did not have rust installed, so when started to compile the first error I got was I was missing cargo. I installed cargo using get apt install. I ran into a few other issues, but then moved over to Macchina-J2534. Once there I saw the Requirements recommending installing rustup using the link. This resolved the issue.
May want to add a "Requirements" section to the ReadMe in this repo as well.
Side Note: not knowing much about rust, I watched https://youtu.be/_k-dWdNRVr0?t=318. At that time stamp I saw the compile commands.
The text was updated successfully, but these errors were encountered: