[autohelp] document required development packages

Change-Id: Ia0a98e4bc60f283e2fc11373fa3fea18be3f8fe9
This commit is contained in:
Christian Berendt 2015-08-21 11:34:34 +02:00
parent d5d6deb849
commit 470017fe8b
1 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,15 @@ then runs the ``autohelp.py`` script in the virtual environment.
New and updated flagmappings are generated in the ``openstack-manuals``
repository (``tools/autogenerate-config-flagmappings/`` directory).
Prior to running the following commands you need to install several development
packages. For Ubuntu install the required packages with the following command:
.. code-block:: console
$ sudo apt-get install python-dev libxml2-dev libxslt1-dev libz-dev \
libmysqlclient-dev libpq-dev libffi-dev \
libsqlite3-dev libldap2-dev libsasl2-dev
The workflow is:
.. code-block:: console