mycroft-core/build_host_setup_fedora.sh

32 lines
622 B
Bash
Raw Normal View History

#!/usr/bin/env bash
sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
2016-07-28 16:50:52 +00:00
sudo dnf install -y \
git \
python \
python-devel \
python-pip \
python-setuptools \
python-virtualenv \
pygobject2-devel \
python-virtualenvwrapper \
libtool \
libffi-devel \
openssl-devel \
autoconf \
bison \
swig \
glib2-devel \
s3cmd \
portaudio-devel \
mpg123 \
screen \
curl \
pkgconfig \
libicu-devel \
automake
# upgrade virtualenv to latest from pypi
sudo pip install --upgrade virtualenv