Skip to content

wmec-it/RSCS

Repository files navigation

For use configuring machines in the West-Mec IT Security Repair Shop (Nerd Heard).


Development

Setup

Dependencies

Windows

  1. Install Rustup [1] from their website[1].
    • Or install via Winget:

      winget install -e --id Rustlang.Rustup

  2. 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

Tip

After 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).

Contributors