error with the "sudo make install" command
Opened this issue · 5 comments
delaitl commented
Risto97 commented
Thanks, can you do "git pull" and try "make" then "sudo make install again"
delaitl commented
Risto97 commented
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 commented
You also need wiringPi.
Sorry for not including instructions in the Readme, this was just a University project
Risto97 commented
In my previous post I made a typo don't do "sudo make install again" but "sudo make install"