1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

add hint, which packets are required to build HermitCore

This commit is contained in:
Stefan Lankes 2016-08-07 15:00:59 +02:00
parent 44ea670147
commit 67e4c4ff18

View file

@ -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.