Difference between revisions of "Explorer/RaspberryPi/Wifibroadcast"

From PaparazziUAV
Jump to navigation Jump to search
Line 8: Line 8:
  make
  make


Don't worry with error (/bin/sh: 1: trial: not found
Don't worry with error (/bin/sh: 1: trial: not found make: *** [Makefile:43: test] Error 127)
make: *** [Makefile:43: test] Error 127
)

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

Don't worry with error (/bin/sh: 1: trial: not found make: *** [Makefile:43: test] Error 127)