Installation

From package

You can run the same command on a target runing a redpesk OS or in the SDK container (development mode).

dnf install helloworld-binding

From sources

When developing inside the SDK container, to install the build dependencies, run the following command:

dnf builddep helloworld-binding

Then clone and build from sources.

git clone https://github.com/redpesk-samples/helloworld-binding.git
cd helloworld-binding
export WORK_DIR="${PWD}"
mkdir build
cd build
cmake -DVERSION=8.99.6 ..
make 

Note: To rebuild all (including application framework) from sources, please refer to this chapter.