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

Help me it gives me 2 error PKG_CHECK_MODULES (libusb, libusb-1.0 > $LIBUSB_VERSION)' ./configure: line 17687 #79

Open
leehfather opened this issue Mar 5, 2021 · 4 comments

Comments

@leehfather
Copy link

image

PKG_CHECK_MODULES (libusb, libusb-1.0 > $LIBUSB_VERSION)'
./configure: line 17687

I did all the readme it gives this error at ./autogen.sh

@nikias
Copy link
Member

nikias commented Mar 5, 2021

You are missing pkg-config on your system.

Since you don't provide any details, I can only guess... is this macOS? Then try this:

mkdir -p limd-build
cd limd-build
curl -o ./limd-build-macos.sh -Ls https://git.io/JLNVm
chmod +x ./limd-build-macos.sh
./limd-build-macos.sh

@leehfather
Copy link
Author

I am on windows 10 using virtual box ( kali linux ) i will try what you send to me and tell you what happened thanks for your replay mate .

@leehfather
Copy link
Author

No it didn't work its for macos i am using linux

@leehfather leehfather changed the title Help me it gives me 2 error Help me it gives me 2 error PKG_CHECK_MODULES (libusb, libusb-1.0 > $LIBUSB_VERSION)' ./configure: line 17687 Mar 5, 2021
@nikias
Copy link
Member

nikias commented Mar 5, 2021

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