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