Browse Source

adding iproute and virtualenv to step 1.

master
Charles Reid 8 years ago
parent
commit
9467c82eed
  1. 4
      install_step1.sh

4
install_step1.sh

@ -16,7 +16,9 @@ apt-get install -y \ @@ -16,7 +16,9 @@ apt-get install -y \
libusb-1.0-0-dev \
devscripts \
cmake \
portaudio19-dev
portaudio19-dev \
iproute \
python-virtualenv
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo "~~~ INSTALLING EVEN MORE STUFF ~~~~~~~~~~~~"

Loading…
Cancel
Save