We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to build it in deepin 20.9,but some wrong 👎 error: Project ERROR: libnl-3.0 development package not found
what should i do?
The text was updated successfully, but these errors were encountered:
sudo apt -y install libnl-3-dev libnl-route-3-dev
Sorry, something went wrong.
Same error on ubuntu 22.04, apt-get this packages appears to do nothing
jmsucasas@ubuntu:~$ cd cangaroo/ jmsucasas@ubuntu:~/cangaroo$ qmake -qt=qt5 Info: creating stash file /home/jmsucasas/cangaroo/.qmake.stash jmsucasas@ubuntu:~/cangaroo$ make cd src/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/jmsucasas/cangaroo/src/src.pro ) && make -f Makefile Project ERROR: libnl-3.0 development package not found make: *** [Makefile:47: sub-src-make_first-ordered] Error 3 jmsucasas@ubuntu:~/cangaroo$ jmsucasas@ubuntu:~/cangaroo$ jmsucasas@ubuntu:~/cangaroo$
sudo apt install pkg-config this should fix it
No branches or pull requests
I try to build it in deepin 20.9,but some wrong
👎 error: Project ERROR: libnl-3.0 development package not found
what should i do?
The text was updated successfully, but these errors were encountered: