How To Install Horst On A Raspberry Pi

sudo apt update 

sudo apt install libncurses5-dev libnl-3-dev libnl-genl-3-dev pkg-config git

Now We Need To Clone Horst:

git clone -b stable https://github.com/br101/horst

Then We Need To cd Into The Dir:

cd horst

Then We Need To Make The Software, By Doing The Following Command:

make

Then Do The Following Command:

sudo make install 

To Run Horst Run The Following Command. "You May Have To Change The wlan0 To A 1"

sudo horst -i wlan0

More info on Github at: Horst Info