mirror of https://github.com/parazyd/arm-sdk.git
update readme with gentoo dependencies
This commit is contained in:
parent
db08d602d2
commit
c358d9f686
|
|
@ -10,10 +10,18 @@ support multiple Linux distributions.
|
|||
arm-sdk is designed to be used interactively from a terminal, as well as
|
||||
from shell scripts. It requires the following packages to be installed:
|
||||
|
||||
|
||||
### Devuan
|
||||
|
||||
```
|
||||
sudo git-core zsh curl wget debootstrap cgpt xz-utils kpartx parted qemu-user-static build-essential rsync gcc-arm-none-eabi gcc-multilib lib32z1 u-boot-tools device-tree-compiler lzop dosfstools vboot-utils vboot-kernel-utils
|
||||
```
|
||||
|
||||
### Gentoo
|
||||
```
|
||||
app-admin/sudo dev-vcs/git app-shells/zsh net-misc/curl net-misc/wget dev-util/debootstrap sys-boot/vboot-utils app-arch/xz-utils sys-block/parted app-emulation/qemu(static-user) net-misc/rsync sys-libs/zlib dev-embedded/u-boot-tools sys-apps/dtc app-arch/lzop sys-fs/dosfstools
|
||||
```
|
||||
|
||||
`sudo` permissions are required for the user that is running the build.
|
||||
|
||||
## Initial setup
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6a0fb10b6db8c62cff5d8d4979d09aafd0dbd976
|
||||
Subproject commit 23cc6fc711360faae31bd27fce5dc79b13d037b1
|
||||
Loading…
Reference in New Issue