Skip to content
/ GT.api Public

Growtopia self-hosting | Growtopia Private Server (GTPS)

License

Notifications You must be signed in to change notification settings

GT-api/GT.api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.