Skip to content

GT-api/GT.api

Repository files navigation

MSYS2 code quality


checklist Requirements

  • VSC
    • (optional) install C++ extention in VSC
  • MSYS2 (Follow the intructions)
    • after the installation of MSYS2:
      • Press and type 'cmd' and input: C:\msys64\ucrt64.exe
      • input inside the popup console: pacman -Suy && pacman -S mingw-w64-ucrt-x86_64-curl mingw-w64-ucrt-x86_64-jsoncpp

build Building

  • Press and type 'cmd' and input: setx PATH "%PATH%;C:\msys64\ucrt64\bin"
  • Open VSC in GT.api-main folder, then press Ctrl + Shift + B to start compiling.