Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:xgrid:readme [2012/03/31 03:33]
alex
en:xgrid:readme [2012/03/31 03:37]
alex [2.2 Building XGrid in Windows]
Line 65: Line 65:
   - Edit makefile for device and programmer settings   - Edit makefile for device and programmer settings
   -- Build   -- Build
-<​code>​+  ..<​code>​
 $ make $ make
 </​code>​ </​code>​
   -- Program   -- Program
-<​code>​+  ..<​code>​
 $ make program $ make program
 </​code>​ </​code>​
Line 85: Line 85:
  
   - Install software   - Install software
- * Install WinAVR from http://​sourceforge.net/​projects/​winavr/​files/​WinAVR/20100110/+    ​* Install WinAVR from http://​sourceforge.net/​projects/​winavr/​files/​WinAVR/​
   - Edit makefile for device and programmer settings   - Edit makefile for device and programmer settings
-  - Build +  ​-- Build 
- > make +  ..<​code>​ 
-  - Program +> make 
- > make program+</​code>​ 
 +  ​-- Program 
 +  ..<​code>​ 
 +> make program 
 +</​code>​