aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-06-01 15:43:06 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-06-01 15:43:11 +0200
commit9d4f90ccdac7f90e866ce14d1990320440f6493a (patch)
tree91590d980e8b9ed03b4f05267254226f58b76726 /docs
parentec0c7698cd363b71694ca33e87f65fc382acda8d (diff)
docs: Mitaka Build req: Add p7zip-full.
Build system uplift to Fuel 9.0/Mitaka now requires `7z` cmd utility also on the builder host (not only inside docker containers), so document this as a prereq in the build instructions. [1] https://gerrit.opnfv.org/gerrit/#/c/13919/ Change-Id: Icb57ac58c499272fce0a27bb2d25383e933c7814 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/build-instruction.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/build-instruction.rst b/docs/build-instruction.rst
index 380d28241..887df534f 100644
--- a/docs/build-instruction.rst
+++ b/docs/build-instruction.rst
@@ -63,6 +63,8 @@ On the host, the following packages must be installed:
- curl (simply available through $ sudo apt-get install curl)
+- p7zip-full (simply available through $ sudo apt-get install p7zip-full)
+
Preparations
============