Skip to content

Standalone example using cpp client on Windows and Ubuntu (using CMake)

Notifications You must be signed in to change notification settings

farsounder/farsounder-cpp-client-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Standalone example using cpp client on Windows and Ubuntu (using CMake)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published