gbevin / ShowMIDI

Multi-platform GUI application to effortlessly visualize MIDI activity
https://uwyn.com
GNU General Public License v3.0
610 stars 17 forks source link

README does not describe need for recursive git clone #12

Closed riban-bw closed 11 months ago

riban-bw commented 11 months ago

ShowMIDI depends on JUCE and has a submodule dependancy linked in the git repository. Users must clone with --recursive option to pull this dependancy. Without this the build fails. It may be advantageous to describe this dependancy to avoid users falling at the first hurdle!

gbevin commented 11 months ago

Done