Skip to content

Instantly share code, notes, and snippets.

@EtienneSchmitz
Last active February 5, 2021 09:48
Show Gist options
  • Save EtienneSchmitz/96d12dc786c18d5e2079084b2e38b576 to your computer and use it in GitHub Desktop.
Save EtienneSchmitz/96d12dc786c18d5e2079084b2e38b576 to your computer and use it in GitHub Desktop.

Installation de GrSim

  1. Installer les logiciels suivants :
  1. Installer cmake choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' (trouvé à l'adresse suivante https://chocolatey.org/packages/cmake)

Essayez cmake --version pour voir si c'est bien installé

  1. Cloner le dépot là ou vous voulez (à la racine de votre disque dur)

git clone https://github.com/microsoft/vcpkg
.\vcpkg\bootstrap-vcpkg.bat

  1. Installer les dépendances avec cette commande (Allez dans le dossier cloné précedemment) ./vcpkg install qt5:x64-windows ode:x64-windows protobuf:x64-windows

  2. Cloner le dépôts de Grsim-SSL (https://github.com/RoboCup-SSL/grSim) avec cette utilitaire : https://desktop.github.com/

  3. Suivre le processus d'installation de Install.md de grsim (partie windows) pas besoin de recloner le dépôt.

  4. Si le multicast ne marche pas, il faut l'activer en suivant la première solution de ce thread (seulement le premier point (https://stackoverflow.com/questions/58693136/multicast-not-working-at-windows-10-pc-how-to-enable-multicast-at-local-lan-at)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment