mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add description of the docker container
This commit is contained in:
parent
a4e5bab1e4
commit
6f34ac09a8
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -53,6 +53,20 @@ $ sudo apt-get -qq update
|
|||
$ sudo apt-get install binutils-hermit newlib-hermit pthread-embedded-hermit gcc-hermit libhermit
|
||||
```
|
||||
|
||||
For non-Debian based systems, a docker image with the complete toolchain is provided and can be installed as follows:
|
||||
|
||||
```bash
|
||||
$ docker pull rwthos/hermitcore
|
||||
```
|
||||
|
||||
The following commad starts within the new docker container a shell and mounts from the host system the directory `~/src` to `/src`:
|
||||
|
||||
```bash
|
||||
$ docker run -i -t -v ~/src:/src rwthos/hermitcore:latest
|
||||
```
|
||||
|
||||
Within the shell the croos toolchain can be used to build HermitCore applications.
|
||||
|
||||
If you want to build the toolchain yourself, have a look at the repository [hermit-toolchain](https://github.com/RWTH-OS/hermit-toolchain), which contains scripts to build the whole toolchain.
|
||||
|
||||
Depending on how you want to use HermitCore, you might need additional packages
|
||||
|
|
Loading…
Add table
Reference in a new issue