Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 531 Bytes

readme.md

File metadata and controls

25 lines (19 loc) · 531 Bytes

Clarius Cast Plugin

This plugin integrates Clarius probes into the ImFusion Suite using the Clarius Cast API.

Dependencies

The dependencies of the Clarius Cast libraries can be installed on ubuntu using apt.

Ubuntu 20.04

sudo apt install libegl1 libc6 libglib2.0-0 libdbus-1-3 libicu66

Ubuntu 22.04

sudo apt install libegl1 libc6 libglib2.0-0 libdbus-1-3 libicu70

Build Instructions

mkdir build
cd build
cmake ..
make