mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
euca2ools requires libxslt which requires zlibg1-dev to build via pip.
This commit is contained in:
parent
71d80ecf2e
commit
c5a9798157
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ must install it directly from the eucalyptus repository like this:
|
|||
|
||||
.. code:: sh
|
||||
|
||||
apt-get install --no-install-recommends python-dev libxml2-dev libxslt-dev gcc
|
||||
apt-get install --no-install-recommends python-dev libxml2-dev libxslt-dev gcc zlib1g-dev
|
||||
pip install git+git://github.com/eucalyptus/euca2ools.git@v3.2.0
|
||||
|
||||
Cleanup
|
||||
|
|
Loading…
Add table
Reference in a new issue