mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
DOCS: add C++ compiler installation on RHEL required for bundled 0mq
This commit is contained in:
parent
aedfbb7a43
commit
4620dc4afa
2 changed files with 4 additions and 4 deletions
|
@ -90,14 +90,14 @@ the lines below, depending on the relevant Python version:
|
|||
|
||||
To be able to run integration tests which utilizes ZeroMQ transport, you also
|
||||
need to install additional requirements for it. Make sure you have installed
|
||||
the C compiler and development libraries and header files needed for your
|
||||
the C/C++ compiler and development libraries and header files needed for your
|
||||
Python version.
|
||||
|
||||
This is an example for RedHat-based operating systems:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
yum install gcc python-devel
|
||||
yum install gcc gcc-c++ python-devel
|
||||
pip install -r requirements/zeromq.txt
|
||||
|
||||
On Debian, Ubuntu or their derivatives run the following commands:
|
||||
|
|
|
@ -44,14 +44,14 @@ depending on your relevant version of Python:
|
|||
|
||||
To be able to run integration tests which utilizes ZeroMQ transport, you also
|
||||
need to install additional requirements for it. Make sure you have installed
|
||||
the C compiler and development libraries and header files needed for your
|
||||
the C/C++ compiler and development libraries and header files needed for your
|
||||
Python version.
|
||||
|
||||
This is an example for RedHat-based operating systems:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
yum install gcc python-devel
|
||||
yum install gcc gcc-c++ python-devel
|
||||
pip install -r requirements/zeromq.txt
|
||||
|
||||
On Debian, Ubuntu or their derivatives run the following commands:
|
||||
|
|
Loading…
Add table
Reference in a new issue