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

remove obsolete flag

This commit is contained in:
Stefan Lankes 2016-08-07 15:03:35 +02:00
parent 67e4c4ff18
commit 75ece59584

View file

@ -23,7 +23,7 @@ Following software packets are required to build HermitCore on a Linux system:
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
sudo apt-get install nasm texinfo libmpfr-dev libmpc-dev libgmp-dev libisl-dev flex bison
```
## Building and testing HermitCore within a virtual machine