-
Notifications
You must be signed in to change notification settings - Fork 2
Install_FromSource
CausticKirbyZ edited this page Apr 16, 2022
·
1 revision
SprayCannon can be compiled from source using Crystal Lang.
Steps:
- Install Crystal
- Clone SprayCannon
git clone https://github.com/CausticKirbyZ/SprayCannon.git
- 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/
- If you use the fish shell use
fish_update_completions
to add tab complete for SprayCannon (generated by help2man during the building process )