Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add dependency description for runing
  • Loading branch information
Sepmission authored Feb 22, 2024
1 parent 3e2cc6f commit d586caa
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,23 @@ tar zxf x86_64-linux-musl-cross.tgz
export PATH=`pwd`/x86_64-linux-musl-cross/bin:`pwd`/aarch64-linux-musl-cross/bin:`pwd`/riscv64-linux-musl-cross/bin:$PATH
```

### Dependencies for running apps

```bash
# for Debian/Ubuntu
sudo apt-get install qemu-system
```

```bash
# for macos
brew install qemu
```
other systems and arch please refer to [Qemu Download](https://www.qemu.org/download/#linux)

### Example apps

```bash
# in arceos directory
# build app in arceos directory
make A=path/to/app ARCH=<arch> LOG=<log>
```

Expand Down

0 comments on commit d586caa

Please sign in to comment.