SNDFile Not found
Hi there, I have successfully downloaded the repo for museScore. I have one error and is in the picture. As you can see, the sndfile is there on the right, but the error message is saying it's not. Why is that?
Attachment | Size |
---|---|
Screenshot (99).png | 191.41 KB |
Comments
Also, I am using simple build, so VS should've generated the cmake stuff
Libsndfile is one of the dependencies (and no, it is not seen to the right). Check the developers handbook
In reply to Libsndfile is one of the… by Jojo-Schmitz
Where is it in the developer's handbook? I could not find it. If it's not there, it should be added.
I did eventually figure out that you can install it with Homebrew on macOS: brew install libsndfile
In reply to Where is it in the developer… by nmazuk
Depends on the OS and environment you're building, but for example here: https://musescore.org/en/handbook/developers-handbook/compilation/compi…
For me on Debian:
sudo apt-get install libsndfile-dev
In reply to For me on Debian: sudo apt… by pkeir
Fix it. Thanks.