From 9d4f90ccdac7f90e866ce14d1990320440f6493a Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 1 Jun 2016 15:43:06 +0200 Subject: 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 --- docs/build-instruction.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/build-instruction.rst') 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 ============ -- cgit 1.2.3-korg