python-rtmidi
python-rtmidi copied to clipboard
Recommendation for compiling on MacOS ✝
Aleluya Thanks for the software! I see that jack can be disabled. But since the readme speaks about compiling with Jack on MacOS, i was successful through this
brew install jack rtmidi
pip3 install python-rtmidi --global-option=build_ext --global-option="-L/opt/homebrew/lib/" --global-option=build_ext --global-option="-I/opt/homebrew/include/"
Otherwise i had trouble finding -ljack . There are may be more brew requirements