The VSSSLogRecorder is an log tool created to IEEE Very Small Size Soccer League, aiming the possibility to record matches vision and referee data.
- g++ (used v9.3.0)
- Qt (used version v5.12.8)
- Qt OpenGL
- Google protocol buffers (used protoc v3.6.1)
Create an folder named build
, open it and run the command qmake ..
So, after this, run the command make
and if everything goes ok, the binary will be at the folder bin
(at the main folder).
After compilation, simply run the binary at the bin
folder using the ./VSSSLogRecorder
command at the terminal.
You can also put some parameters while running the binary. You can check all of them with examples running the binary with the ./VSSSLogRecorder --help
command.