Update README with development libraries.

master
Joel Franusic 9 years ago
parent b0d6a9fd44
commit 41407c3659

@ -8,6 +8,25 @@ This is an example SAML SP service written using [Flask](http://flask.pocoo.org/
- [Virtualenv](https://virtualenv.pypa.io/en/latest/)
- [pip](https://pip.pypa.io/en/stable/)
You will also need a development environment capable of compiling
Python packages and the "libffi" and "libxmlsec1" development
libraries, which are needed by PySAML2.
Instructions for installing these development libraries will differ
depending on your host operating system.
## Mac OS X
```shell
$ brew install libffi libxmlsec1
```
## RHEL
```shell
$ sudo yum install libffi-devel xmlsec1 xmlsec1-openssl
```
# Installation
```shell

@ -14,6 +14,25 @@
- [[https://www.python.org/][Python]] 2.7+
- [[https://virtualenv.pypa.io/en/latest/][Virtualenv]]
- [[https://pip.pypa.io/en/stable/][pip]]
You will also need a development environment capable of compiling
Python packages and the "libffi" and "libxmlsec1" development
libraries, which are needed by PySAML2.
Instructions for installing these development libraries will differ
depending on your host operating system.
** Mac OS X
#+BEGIN_HTML
```shell
$ brew install libffi libxmlsec1
```
#+END_HTML
** RHEL
#+BEGIN_HTML
```shell
$ sudo yum install libffi-devel xmlsec1 xmlsec1-openssl
```
#+END_HTML
* Installation
#+BEGIN_HTML
```shell

Loading…
Cancel
Save