mirror of https://github.com/parazyd/arm-sdk.git
list lzop as a dependency
This commit is contained in:
parent
6d94c4d4fa
commit
fae4cbfb71
|
|
@ -14,7 +14,7 @@ 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
|
||||
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 lzop
|
||||
```
|
||||
|
||||
### Gentoo
|
||||
|
|
@ -30,6 +30,12 @@ By executing `init.sh` which is found in the base directory of arm-sdk, it
|
|||
will initialize all git submodules and gcc toolchains that are needed for
|
||||
arm-sdk to properly function.
|
||||
|
||||
Do it with:
|
||||
|
||||
```
|
||||
; ./init.sh
|
||||
```
|
||||
|
||||
## Quick start
|
||||
|
||||
Edit the `config` file to match your crosscompile toolchain. `init.sh` will
|
||||
|
|
|
|||
Loading…
Reference in New Issue