File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ https://github.com/IJHack/ijduino/blob/master/documentation/ijduino.pdf?raw=true
1414Installing
1515----------
1616
17- ** On most systems, just copy the "hardware" folder into your Arduino folder.**
17+ ** On most systems, just copy the "hardware" and "libraries" folders into your Arduino folder.**
18+
19+ On Windows you can find this folder in the "My Documents" folder. On most unixes in your home folder.
1820
1921On some picky linux systems you might need to do the following:
2022```
@@ -26,6 +28,7 @@ sudo cat hardware/ijhack/avr/boards.txt >> /usr/share/arduino/hardware/arduino/a
2628On Mac OS X just copy into the Application folder:
2729```
2830cp -r hardware/ijhack /Applications/Arduino.app/Contents/Java/hardware
31+ cp -r libraries/* /Applications/Arduino.app/Contents/Java/libraries
2932```
3033
3134
You can’t perform that action at this time.
0 commit comments