Linux Systems
Get the source code
git clone https://github.com/iotexproject/arduino-sdk
cd arduino-sdkBuilding the library
mkdir build && cd build
cmake ..
makeBuilding and running the tests
Building the tests
mkdir build && cd build
cmake -DUNIT_TEST=ON ..
make
