Development Team/Arduino: Difference between revisions
RafaelOrtiz (talk | contribs) m sketch.. |
RafaelOrtiz (talk | contribs) No edit summary |
||
| Line 18: | Line 18: | ||
''Note that on an | ''Note that on an XO laptop you have to tweak some your Arduino.sh script in these or similar ways'' | ||
#!/bin/sh | |||
#!/bin/sh | |||
APP=`dirname $0` | APP=`dirname $0` | ||
# | # | ||
EXE="$APP/Contents/Linux686" | EXE="$APP/Contents/Linux686" | ||
RES="$APP/Contents/Resources" | RES="$APP/Contents/Resources" | ||
| Line 33: | Line 32: | ||
"$RES/Arduino.2.image" | "$RES/Arduino.2.image" | ||
== Installation and use procedure == | == Installation and use procedure == | ||