Adding missing system dependencies to quickstart
libffi-dev(el) recently became a system dependency and is not documented in the quickstart guide. Closes-bug: #1298587 Change-Id: I6722f9c600335213408f53b81d4a2915a0dc3bf5
This commit is contained in:
parent
56ce8b02f7
commit
ea0ba693e4
@ -13,11 +13,11 @@ Install the prerequisite packages.
|
||||
|
||||
On Ubuntu::
|
||||
|
||||
> sudo apt-get install git python-dev python-virtualenv
|
||||
> sudo apt-get install git python-dev python-virtualenv libssl-dev libffi-dev
|
||||
|
||||
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
|
||||
|
||||
> sudo yum install gcc git-core python-devel python-virtualenv openssl-devel
|
||||
> sudo yum install gcc git-core python-devel python-virtualenv openssl-devel libffi-devel
|
||||
|
||||
Setup
|
||||
=====
|
||||
|
Loading…
Reference in New Issue
Block a user