Skip to content

Commit

Permalink
README.md: Building: Add Alpine Linux and postmarketOS dependencies
Browse files Browse the repository at this point in the history
busybox tar doesn't unrecognize option sort=name.
Add GNU tar into the dependencies in addition.
  • Loading branch information
wonderfulShrineMaidenOfParadise authored and TravMurav committed Dec 26, 2022
1 parent 76a4ba4 commit 791941e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,20 @@ $ make TOOLCHAIN_PREFIX=arm-none-eabi- lk2nd-msmXXXX
**Requirements:**
- ARM (32 bit) GCC tool chain
- Arch Linux: `arm-none-eabi-gcc`
- Alpine Linux and postmarketOS: `gcc-arm-none-eabi`
- Debian and Ubuntu: `gcc-arm-none-eabi`
- Fedora: `arm-none-eabi-gcc-cs`
- [Device Tree Compiler](https://git.kernel.org/pub/scm/utils/dtc/dtc.git)
- Arch Linux: `dtc`
- Alpine Linux and postmarketOS: `dtc`
- Debian and Ubuntu: `device-tree-compiler`
- Fedora: `dtc`
- libfdt
- Alpine Linux and postmarketOS: `dtc-dev`
- Debian and Ubuntu: `libfdt-dev`
- Fedora: `libfdt-devel`
- GNU tar
- Alpine Linux and postmarketOS: `tar`

Replace `TOOLCHAIN_PREFIX` with the path to your tool chain.
`lk2nd.img` is built and placed into `build-lk2nd-msmXXXX/lk2nd.img`.
Expand Down

0 comments on commit 791941e

Please sign in to comment.