From 67e4c4ff1813c4564967e6f51d66bf88506468e7 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 7 Aug 2016 15:00:59 +0200 Subject: [PATCH] add hint, which packets are required to build HermitCore --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7b4be4588..ac1ad6614 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,19 @@ Please use it with caution. ## Requirements +Following software packets are required to build HermitCore on a Linux system: + * Netwide Assembler (NASM) * GNU Make, GNU Binutils * Tools and libraries to build *linux*, *binutils* and *gcc* (e.g. flex, bison, MPFR library, GMP library, MPC library, ISL library) * texinfo * Qemu +On Ubuntu the packets could be installed with following command: +``` + sudo apt-get install -y nasm texinfo libmpfr-dev libmpc-dev libgmp-dev libisl-dev flex bison +``` + ## Building and testing HermitCore within a virtual machine 0. Please make sure that you cloned this repository and all its submodules.