/simulacaobase

Código base para simulação de futebol de robôs utilizando gsim e SSL

Primary LanguageC++

First Steps

  1. If you have protobuf installed, check which version you use with the command:
protoc --version
  1. If you do not , follow the instructions in C++ Installation - Unix.

  2. According to its version download the referent in protobuf/tags.

  3. Extract the downloaded file and go to /protobuf-3.6.1/src/ (example version).

  4. Copy the google folder and paste it into /ssl-Client/net

  5. Go to folder /ssl-Client/net/pb/proto/ and run:

sh compile.sh

Obs: when building the program, if something referring to google/protobuf/stubs/common.h has any errors, it will probably be an incompatibility version problem with protobuf (net/google).