-
Notifications
You must be signed in to change notification settings - Fork 23
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
build dependencies not satisfied #15
Comments
"build dependencies are not satisfied" means that you're missing some libraries. From https://github.com/x42/scarlett-mixer#setup
You need the development packages for all these. Eventually, the following command needs to succeed.
|
Could you provide instruction to install all needed deps? |
Depends on your distro, on debian based distros it's probably easiest to use
|
Hi all and happy new year! Thanks in advance Giampietro |
Found out the problem: it was only pangocairo missing... build successful after installation. No names issues. Greetings from Italy |
For Fedora 35, the following satisfied make dependencies: Seems to work great, thank you! I did have a minor exit issue which I opened on #27 |
On Ubuntu 22.04, what worked for me to be able to build successfully from source was:
Of course, I may have otherwise previously satisfied additional dependencies. |
Looks like on Ubuntu 22.04 the deps should be: |
I am having the following problem
The text was updated successfully, but these errors were encountered: