The VSSSLogPlayer is an log tool created to IEEE Very Small Size Soccer League, aiming the possibility to play recorded logs and reproduce them in the network.
- 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 ./VSSSLogPlayer
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.
Note: If you run without the --gui
argument, you SHOULD use the --fileName
argument and specify the log file that you want to run.