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:
parent
44ea670147
commit
67e4c4ff18
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue