gmbm Release Shield CI github/Vurv78

Binary module manager for garrysmod.

Commands

Supported Languages / Compilers

Installation

  1. Download the latest exe from the releases page or from github actions artifacts.
  2. Add the directory you put the exe in to your PATH.

Package Install Example

```bash

Download the git repo on your machine (Also downloads submodules ofc)

gmbm clone https://github.com/Derpius/VisTrace

Build the .dll

gmbm build vistrace

Place the DLL in your gmod directory as gmclvistracewin64.dll (Changes depending on your arch and machine)

gmbm install vistrace

From here, just require("vistrace") inside of gmod, and you're good to go!

```