Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Add missing OpenSSL in installation docs #146

Merged
merged 1 commit into from
Mar 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,28 @@ Installing Cliquet with pip:
pip install cliquet


Install libffi
==============
Cryptography libraries
======================

Linux
-----

On debian / ubuntu based systems::
On Debian / Ubuntu based systems::

apt-get install libffi-dev libssl-dev

apt-get install libffi-dev
On RHEL-derivatives::

apt-get install libffi-devel openssl-devel

OS X
----

Assuming `brew <http://brew.sh/>`_ is installed, libffi installation becomes:
Assuming `brew <http://brew.sh/>`_ is installed:

::

brew install libffi pkg-config
brew install libffi openssl pkg-config



Expand Down