Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux "Requirments" #22

Open
MArabie opened this issue Apr 25, 2021 · 2 comments
Open

Linux "Requirments" #22

MArabie opened this issue Apr 25, 2021 · 2 comments

Comments

@MArabie
Copy link

MArabie commented Apr 25, 2021

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.

@lmartinez-mirror
Copy link

lmartinez-mirror commented Apr 25, 2021

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.

@rnd-ash
Copy link
Owner

rnd-ash commented Apr 26, 2021

Got it, will add to the README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants