Nuand / bladeRF-wiphy

bladeRF-wiphy is an open-source IEEE 802.11 compatible software defined radio VHDL modem
GNU General Public License v2.0
379 stars 49 forks source link

Update dependencies #8

Open warnes opened 2 years ago

warnes commented 2 years ago

bladeRF-mac80211_hwsim requires flex and bison to build successfully. Please add these to the dependency list in the install instructions.

warnes commented 2 years ago

The ifconfig command is also necessary, and can be installed on Ubuntu with:

sudo apt install net-tools 
warnes commented 2 years ago

Further, it is necessary to install flask:

sudo apt install python3-flask

or, of course

pip3 install flask