Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 652 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 652 Bytes

Instructions

Install dependencies

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 | sh

Then C/C++ compiler and library dependencies must be installed.

ArchLinux

sudo ./internal/scripts/install_dependencies_archlinux.sh

Ubuntu

sudo ./internal/scripts/install_dependencies_ubuntu.sh

Build

In the repository root folder, execute the following steps.

cmake -S . -B target/ffi/build -DBUILD_EXAMPLES=ON
cmake --build target/ffi/build