I changed the name of build_host_setup.sh to build_host_setup_debian.sh becasue of the inclusion of build_host_setup_fedora.sh

pull/326/head
Arron Atchison 2016-08-16 09:52:33 -05:00
parent 2c0e9903f6
commit 21a7dbb75e
1 changed files with 27 additions and 0 deletions

27
build_host_setup_debian.sh Executable file
View File

@ -0,0 +1,27 @@
#!/usr/bin/env bash
sudo apt-get install -y \
git \
python \
python-dev \
python-pip \
python-setuptools \
python-virtualenv \
python-gobject-dev \
virtualenvwrapper \
libtool \
libffi-dev \
libssl-dev \
autoconf \
bison \
swig \
libglib2.0-dev \
s3cmd \
portaudio19-dev \
mpg123 \
screen \
flac \
curl
# upgrade virtualenv to latest from pypi
sudo pip install --upgrade virtualenv