Skip to content

Install_FromSource

CausticKirbyZ edited this page Apr 16, 2022 · 1 revision

SprayCannon can be compiled from source using Crystal Lang.

Steps:

  1. Install Crystal
  2. Clone SprayCannon
    git clone https://github.com/CausticKirbyZ/SprayCannon.git
  3. Build:
    make init - this will ensure all CRYSTAL dependancies are installed.
    make - this will actually build all tools
    sudo make install - this will place tools into /usr/bin/ and will place the man pages into /usr/share/man/man1/
  4. If you use the fish shell use fish_update_completions to add tab complete for SprayCannon (generated by help2man during the building process )