Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 617 Bytes

File metadata and controls

27 lines (21 loc) · 617 Bytes

This repo is archived as a similiar example was moved into: https://github.com/farsounder/SDK-Integration-Examples/tree/master/using_sdk

Build notes

Windows

cmake -S . -B build
cmake --build build --config Release

And you should be able to run the example with:

build\Release\farsounder_client_example.exe

Ubuntu 24.04

cmake -S . -B build
cmake --build build-wsl --config Release

And you should be able to run the example with:

build-wsl/farsounder_client_example

To run on another platform, build from source: https://github.com/farsounder/farsounder-cpp-client