changes to suport Ubuntu Xenial

This commit is contained in:
Raony Guimarães 2016-04-04 09:58:22 +02:00
parent 3d3ec182d7
commit 2f6315d606
2 changed files with 50 additions and 1 deletions

View File

@ -1,7 +1,12 @@
#!/bin/bash
OS_REQUIREMENTS_FILENAME="requirements.apt"
VER=$(lsb_release -sr)
if [ "$VER" == "16.04" ]; then
OS_REQUIREMENTS_FILENAME="requirements.apt.xenial"
else
OS_REQUIREMENTS_FILENAME="requirements.apt"
fi
# Handle call with wrong command
function wrong_command()
{

View File

@ -0,0 +1,44 @@
##basic build dependencies of various Django apps for Ubuntu 14.04
#build-essential metapackage install: make, gcc, g++,
build-essential
#required to translate
gettext
python-dev
##shared dependencies of:
##Pillow, pylibmc
zlib1g-dev
##Postgresql and psycopg2 dependencies
libpq-dev
##Pillow dependencies
libtiff5-dev
libjpeg8-dev
libfreetype6-dev
liblcms2-dev
libwebp-dev
##django-extensions
graphviz-dev
##hitch
python-setuptools
python3-dev
python-virtualenv
python-pip
firefox
automake
libtool
libreadline6
libreadline6-dev
libreadline-dev
libsqlite3-dev
libxml2
libxml2-dev
libssl-dev
libbz2-dev
wget
curl
llvm