Merge pull request #396 from MadsRC/develop

CentOS 7 dep instructions from MadsRC
pull/397/head
Matthew Hodgson 2015-11-21 10:51:32 +00:00
commit 91695150cc
2 changed files with 11 additions and 0 deletions

View File

@ -48,3 +48,6 @@ Muthu Subramanian <muthu.subramanian.karunanidhi at ericsson.com>
Steven Hammerton <steven.hammerton at openmarket.com>
* Add CAS support for registration and login.
Mads Robin Christensen <mads at v42 dot dk>
* CentOS 7 installation instructions.

View File

@ -111,6 +111,14 @@ Installing prerequisites on ArchLinux::
sudo pacman -S base-devel python2 python-pip \
python-setuptools python-virtualenv sqlite3
Installing prerequisites on CentOS 7::
sudo yum install libtiff-devel libjpeg-devel libzip-devel freetype-devel \
lcms2-devel libwebp-devel tcl-devel tk-devel \
python-virtualenv
sudo yum groupinstall "Development Tools"
Installing prerequisites on Mac OS X::
xcode-select --install