From aaf67c9ae4ae5249ae05247f060fd98f3ded5b7f Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Thu, 26 Jan 2023 15:52:25 +0200 Subject: [PATCH] doc: Add musl-tools to instructions for build As a first time user of cloud-hypervisor and Rust environment you get build errors with out this. Signed-off-by: Ravi kumar Veeramally --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 847ac6c9b..39d9e1a05 100644 --- a/docs/building.md +++ b/docs/building.md @@ -27,7 +27,7 @@ distributions please replace the package manager and package name. # Install basic packages needed. For a package list targeting for more # functionalities for example the test, please see resources/Dockerfile. $ sudo apt-get update -$ sudo apt install git build-essential m4 bison flex uuid-dev qemu-utils +$ sudo apt install git build-essential m4 bison flex uuid-dev qemu-utils musl-tools # Install rust tool chain $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # If you want to build statically linked binary please add musl target