-
Notifications
You must be signed in to change notification settings - Fork 17
Home
TheKikGen edited this page Dec 20, 2023
·
16 revisions
- You must have the WINAVR or gcc-avr installed on your computer.
sudo apt-get install gcc-avr binutils-avr avr-libc gdb-avr avrdude
-
Clone the USBMidiKlik source code and its submodules lufa and midiXparser :
git clone --recurse-submodules https://github.com/TheKikGen/USBMidiKliK
-
To build for uno, use 'make uno'.
To get help, use 'make mdkhelp'.