Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 817 Bytes

File metadata and controls

27 lines (21 loc) · 817 Bytes

Babel

Pre-required for linux

  • CMake : sudo apt install cmake
  • Python3 : sudo apt install python3
  • Python3-pip: sudo apt install python3-pip
  • Conan : pip3 install conan

Pre-required for windows

  • Python3 : Find on internet
  • Visual Studio 15 2017 C/C++ : Find on internet
  • Qt Creator : Find on internet
  • CMake : Find on internet or 'pip3 install conan'
  • Conan : pip3 install conan

Necessary on windows

Add the path of Qt lib msvc2015 to Path : C:\Qt\5.11.2\msvc2015\bin

Protocol documentation

  • Open misc/network-documentation.pdf

For both server and client

  • Don't forget to cd setup && ./setup_linux.sh

Authors