Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 2.19 KB

resources.md

File metadata and controls

39 lines (32 loc) · 2.19 KB

Resources

Abritrary list of resources for working on StagToolkit.

Rust Resources

Speculative Crates

Mesh Data

Building Godot

For Linux

Needed packages: scons strip

For Windows

Install...

  • LLVM-MinGW for compilation
  • Python + pip module
  • ...and Python SCons: $ python -m pip install scons (may need --user flag if missing privileges, ensure the executable is added to the path
  • OpenSSL for encryption (comes with your git install)