Development Team/Arduino: Difference between revisions

m sketch..
 
No edit summary
Line 18: Line 18:




''Note that on an xo you have to tweak some your Arduino.sh script in these or similar ways  
''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 ==