This repo is archived as a similiar example was moved into: https://github.com/farsounder/SDK-Integration-Examples/tree/master/using_sdk
cmake -S . -B build
cmake --build build --config ReleaseAnd you should be able to run the example with:
build\Release\farsounder_client_example.exe
cmake -S . -B build
cmake --build build-wsl --config ReleaseAnd 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