You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+10-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ TODO:
28
28
29
29
* Sketch conversion (PDE files)
30
30
* Setup dependency detection for:
31
-
* Windows
32
31
* Mac OS X
33
32
* Test more complex configurations and error handling
34
33
@@ -39,6 +38,7 @@ Contents
39
38
2. Setting up Arduino CMake
40
39
3. Creating firmware images
41
40
4. Creating libraries
41
+
5. Windows Enviroment Setup
42
42
43
43
Getting Started
44
44
----------------
@@ -206,3 +206,12 @@ Once that library is defined we can use it in our other firmware images... Lets
206
206
207
207
generate_arduino_firmware(blink)
208
208
209
+
210
+
Windows Enviroment Setup
211
+
------------------------
212
+
213
+
On Windows the *Arduino SDK* is self contained and has everything needed for building. The only thing that has to be done is to place the *Arduino SDK* either on the **system path** or within the system **Program Files** directory. Also you will need to add the ${ARDUINO_SDK_PATH}/hardware/tools/avr/utils/bin directory path to your system path, just make sure it is the first thing on list.
214
+
215
+
Once that is done you can start using CMake the usual way, just make sure to chose a **MSYS Makefile** type generator.
216
+
217
+
NOTE: Don't change the default **Arduino SDK** directory name, otherwise auto detection will no work properly!
0 commit comments