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
parent
2c0e9903f6
commit
21a7dbb75e
|
@ -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
|
Loading…
Reference in New Issue