Skip to content

Commit 58673ea

Browse files
committed
A few more directions to get a clean rebuild on a Pi directly.
1 parent 145f4cb commit 58673ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/cross-compile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You will be dropped into a shell inside the container's `/build` directory. From
2727
2828
## Compiling the Kernel
2929
30-
If compiling on the Raspberry Pi directly, omit the `ARCH` and `CROSS_COMPILE` options.
30+
**If compiling on the Raspberry Pi directly**: omit the `ARCH` and `CROSS_COMPILE` options, and install required dependencies with: `sudo apt install -y git bc sshfs bison flex libssl-dev python3 make kmod libc6-dev libncurses5-dev`.
3131
3232
1. Clone the linux repo (or clone a fork or a different branch):
3333

0 commit comments

Comments
 (0)