diff --git a/doc/Compiling without Arduino IDE.md b/doc/Compiling without Arduino IDE.md index e69de29b..910423c4 100644 --- a/doc/Compiling without Arduino IDE.md +++ b/doc/Compiling without Arduino IDE.md @@ -0,0 +1,15 @@ +Compiling Arduino JSON +====================== + +Step 1: Download source code: + + git clone https://github.com/bblanchon/ArduinoJson.git + +Step 2: Generate the Makefile for your environment + + cd ArduinoJson + cmake . + +Step 3: Build + + make \ No newline at end of file