Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 279 Bytes

File metadata and controls

11 lines (8 loc) · 279 Bytes

ExampleWithTinyproto

example project using Tinyproto

Requires CMake above about 3.15, python is optional for build scripts.

To build project:

  1. Optionally rebuild tinyproto library
  2. run generate.py
  3. run build.py

To run application follow its help or Tinyproto guidance.