whitefield-framework / whitefield

Whitefield provides a simulation environment for wireless sensor networks by combining RF simulation provided by NS3 and network stack provided by popular IoT OSes such as Contiki/RIOT/OpenThread.
GNU General Public License v2.0
82 stars 24 forks source link

setup.sh issues #89

Closed nyrahul closed 4 years ago

nyrahul commented 4 years ago

Thanks Eduardo Ingles for this feedback.

Describe the bug Here are some tips that might help you improve setup.sh:

Installing Whitefield in Vagrant - Ubuntu bionic (18.04) from scratch https://app.vagrantup.com/ubuntu/boxes/bionic64

graphviz not found by default: sudo apt update

checking [jq] ... Please install [jq] and restart install sudo apt install jq

/usr/bin/env: ‘python’: No such file or directory sudo apt install python

/home/vagrant/whitefield/thirdparty/RIOT/tests/whitefield/../../Makefile.include:195: *** Neither unzip nor 7z is installed.. Stop. sudo apt install unzip

nyrahul commented 4 years ago

added default installation of jq, unzip, graphviz, python in setup.sh.