Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 389 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 389 Bytes

Tracker

Tracker is HTTP server with JSON API that collects game meta info of don't starve together

build

use cmake to build program

$ make build

you can also specify params

$ make build os=target_os arch=target_arch

contribute

  1. fork this repository
  2. checkout you own feature branch
  3. commit changes
  4. create a pull request
  5. wait to be merged