Since iceoryx2 is written in Rust we need to install that first. We recommend the official approach.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shThen C/C++ compiler and library dependencies must be installed.
sudo ./internal/scripts/install_dependencies_archlinux.shsudo ./internal/scripts/install_dependencies_ubuntu.shIn the repository root folder, execute the following steps.
cmake -S . -B target/ff/cc/build -DBUILD_EXAMPLES=ON -DBUILD_CXX=OFF
cmake --build target/ff/cc/build