Difference between revisions of "Explorer/RaspberryPi/Wifibroadcast"
Jump to navigation
Jump to search
(Created page with "Hello") |
|||
Line 1: | Line 1: | ||
sudo apt-get install libpcap-dev libsodium-dev -Y | |||
git clone https://github.com/svpcom/wifibroadcast | |||
mv wifibroadcast wifibroadcast-svpcom | |||
cd wifibroadcast-svpcom | |||
make | |||
Do not | |||
(/bin/sh: 1: trial: not found | |||
make: *** [Makefile:43: test] Error 127 | |||
) |
Revision as of 02:51, 23 June 2020
sudo apt-get install libpcap-dev libsodium-dev -Y
git clone https://github.com/svpcom/wifibroadcast mv wifibroadcast wifibroadcast-svpcom cd wifibroadcast-svpcom make
Do not (/bin/sh: 1: trial: not found make: *** [Makefile:43: test] Error 127 )