For use configuring machines in the West-Mec IT Security Repair Shop (Nerd Heard). Table of Contents Development Setup Dependencies Windows Linux Development Setup Dependencies Windows Install Rustup [1] from their website[1]. Or install via Winget: winget install -e --id Rustlang.Rustup Visual Studio Build Tools winget install -e --source winget --id Microsoft.VisualStudio.2022.Community --silent --override "--wait --quiet --add ProductLang En-us --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended Linux Distro Command(s) Arch sudo paru -S mingw-w64-gcc rustup Debian sudo apt update sudo apt install mingw-w64 Fedora sudo dnf install mingw64-gcc TipAfter setting it up, you should also install tokei to see the repo's code stats. tokei . Builds Run build.* depending on which OS you are on (Linux is .sh, and Windows is .bat). Release Run build-release.* depending on which OS you are on (Linux is .sh, and Windows is .bat).