TASTE Runtime Common was developed under a programme of, and funded by, the European Space Agency.
Licensed under the ESA Public License (ESA-PL) Permissive, Version 2.3 (see LICENSE for details)
Update submodules:
git submodule update --init --recursive
Create build directory:
cd ..
mkdir TASTE-Runtime-Common-build
cd TASTE-Runtime-Common-build
Use CMake to generate build files:
cmake ../TASTE-Runtime-Common-build
Build the project:
make