mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-17 12:32:17 +02:00
15 lines
242 B
Markdown
15 lines
242 B
Markdown
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 |