mirror of
https://github.com/BotChain-Robots/control.git
synced 2026-03-10 00:32:26 +01:00
RPC call (#2)
This commit is contained in:
10
examples/rpc_call/README.md
Normal file
10
examples/rpc_call/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# RPC Call Example
|
||||
|
||||
## Compiling
|
||||
```
|
||||
conan install . --build=missing --output-folder=build -s build_type=Release
|
||||
cmake -S . -B "build" -DCMAKE_TOOLCHAIN_FILE="build/conan_toolchain.cmake" -DCMAKE_BUILD_TYPE="Release"
|
||||
cmake --build "./build" --config "Release"
|
||||
|
||||
./build/RpcCallExample
|
||||
```
|
||||
Reference in New Issue
Block a user