bootstrap: _rpm_common.sh, centos fixes

This commit is contained in:
Jakub Warmuz
2015-06-18 13:55:32 +00:00
parent 67768641cc
commit 9b4cff8cd6
4 changed files with 33 additions and 44 deletions
+11 -7
View File
@@ -70,12 +70,23 @@ Mac OSX
sudo ./bootstrap/mac.sh
Centos 7
--------
.. code-block:: shell
sudo ./bootstrap/centos.sh
For installation run this modified command (note the trailing
backslash):
.. code-block:: shell
SWIG_FEATURES="-includeall -D__`uname -m`__-I/usr/include/openssl" \
./venv/bin/pip install -r requirements.txt functools32
Installation
============
@@ -84,13 +95,6 @@ Installation
virtualenv --no-site-packages -p python2 venv
./venv/bin/pip install -r requirements.txt
Installation on Centos 7
============
.. code-block:: shell
virtualenv --no-site-packages -p python2 venv
env SWIG_FEATURES="-cpperraswarn -includeall -D__`uname -m`__ -I/usr/include/openssl" ./venv/bin/python setup.py install
Usage
=====