alexAubin / customMidiController

Code and instructions to easily build a MIDI Controller from scratch
17 stars 1 forks source link

Makefile gives error on windows #2

Closed ghost closed 4 years ago

ghost commented 4 years ago

It gives me the error "makefile:57: *** ARDUINODIR is not set correctly; arduino software not found. Stop.". This is because the directory that is set doesn't work on my system.

alexAubin commented 4 years ago

Ugh sorry about that ... But I haven't run this thing for something like 3 or 4 years now :/

ghost commented 4 years ago

Is there a way I can get this working? What OS did you use to originally compile it? I'm really bad at low-level programming, and this would make it way easier to make a midi device as I don't have to do all of the hard code.

ghost commented 4 years ago

I compiled it in the ubuntu terminal you can get on windows and it worked without any errors.

4dvn commented 3 years ago

I compiled it in the ubuntu terminal you can get on windows and it worked without any errors.

Can you tell my how to compile it?