Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 930 Bytes

BUILD.md

File metadata and controls

53 lines (37 loc) · 930 Bytes

Building IQRF daemon from the source

Build Status

Install the daemon from the repository

Follow the instalation guide

Download the daemon from the github

mkdir iqrf
cd iqrf/
git clone https://github.com/iqrfsdk/iqrf-daemon.git
cd iqrf-daemon

Compile the daemon for AAEON UP board

Ubilinux

cd scripts/
./build-debian.sh

Ubuntu

cd scripts/
./build-ubuntu.sh

Compile the daemon for Raspberry PI

cd scripts/
./build-raspbian.sh

Check possible changes in configuration files

cd ../daemon/iqrf_startup/configuration

Compare main and each component's JSON file with files in /etc/iqrf-daemon.

Update iqrf-daemon and iqrfapp

cd scripts/
./update.sh