Difference between revisions of "Explorer/RaspberryPi/Wifibroadcast"

From PaparazziUAV
Jump to navigation Jump to search
Line 1: Line 1:




  sudo apt-get install libpcap-dev libsodium-dev -Y
  sudo apt-get install libpcap-dev libsodium-dev -y


  git clone https://github.com/svpcom/wifibroadcast
  git clone https://github.com/svpcom/wifibroadcast

Revision as of 03:52, 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 )