diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-01 15:43:06 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-01 15:43:11 +0200 |
commit | 9d4f90ccdac7f90e866ce14d1990320440f6493a (patch) | |
tree | 91590d980e8b9ed03b4f05267254226f58b76726 /docs/build-instruction.rst | |
parent | ec0c7698cd363b71694ca33e87f65fc382acda8d (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/build-instruction.rst')
-rw-r--r-- | docs/build-instruction.rst | 2 |
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 ============ |