Skip to content

crystal_instal_help

CausticKirbyZ edited this page Apr 16, 2022 · 1 revision

Spraycannon is written in crystal-lang. A language similar to ruby in syntax but produces a compiled binary, is extremely fast, and is easy to work with. Installing can be done as below. if you dont trust these commands... go here: https://crystal-lang.org/install/


Arch based linux distros

sudo pacman -S crystal shards 

Debian/RedHat based linux distros(Kali too)

curl -fsSL https://crystal-lang.org/install.sh | sudo bash

MacOS(homebrew):

brew update
brew install crystal

* Note: I dont have a mac so i cant quite support MacOS. If a bug is found please create a bug report and i will try to fix.

Windows (Crystal not fully supported on windows yet) there are several options:

  • There is prerelease crystal compiler for windows available.
  • Use wsl (this is what i use 80% of the time and it works really well)
  • use a linux vm

* Note: Crystal doesnt have an official windows compiler release yet. If a bug is found please create a bug report and i will try to address it.