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

error with the "sudo make install" command #1

Open
delaitl opened this issue Jul 6, 2020 · 5 comments
Open

error with the "sudo make install" command #1

delaitl opened this issue Jul 6, 2020 · 5 comments

Comments

@delaitl
Copy link

delaitl commented Jul 6, 2020

By following the instructions in the README file, I get this error (seen screenshot).
2020-07-06-105216_1920x1080_redimpng

@Risto97
Copy link
Owner

Risto97 commented Jul 6, 2020

Thanks, can you do "git pull" and try "make" then "sudo make install again"

@delaitl
Copy link
Author

delaitl commented Jul 6, 2020

Thanks for your answer.
Still get an error as you can see.
2020-07-06-113428_1920x1080_redim

@Risto97
Copy link
Owner

Risto97 commented Jul 6, 2020

Are you on Raspbian?
You are missing libconfig library.
Try installing this
sudo apt-get install libconfig++-dev

I was using Archlinux so the package was different.

@Risto97
Copy link
Owner

Risto97 commented Jul 6, 2020

You also need wiringPi.
Sorry for not including instructions in the Readme, this was just a University project

@Risto97
Copy link
Owner

Risto97 commented Jul 6, 2020

In my previous post I made a typo don't do "sudo make install again" but "sudo make install"

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

2 participants