Shell-Company / go-scout

go-scout is a tool that allows you to control a Moorebot Scout robot from your computer (without using the mobile app). The robot is controlled using an XBOX controller, and video is displayed in a new window.
26 stars 5 forks source link

Won't Install #3

Closed CollOfTheWild closed 1 year ago

CollOfTheWild commented 2 years ago

~ cd go-scout ~/go-scout go build

pkg-config: exec: "pkg-config": executable file not found in $PATH

serosenstein commented 1 year ago

You need to find the package from your distribution that provides pkg-config. If it's already installed it needs to be in your $PATH like the message mentions, but most distributions would add it automatically or put it in a place that is already in your $PATH.

Arch: yay -Syu pkgconf

Debian/Ubuntu: apt-get install pkgconf

Fedora/CentOS/Redhat dnf install pkgconf

Chances are if you're missing that, you're probably missing other build dependencies and may want to look at installing a 'Development Tools' equivalent group package.