Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 194 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 194 Bytes

tudostats-example

An example project for using tudostats

For compilation, use the following commands:

  • git submodule init
  • git submodule update
  • mkdir build && cd build && cmake ..