aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-04-29 13:04:43 +0000
committerLaurent Bercot <ska@appnovation.com>2024-04-29 13:04:43 +0000
commitaba1787b5c2973b1e7f6b5a8465326e0229d2bdf (patch)
tree23165e952e0af1690b1d56920cd4c53bdbfa7174
parentf87f4e3f97158c064b8aebfde1d83530740cbbdd (diff)
downloadlh-bootstrap-aba1787b5c2973b1e7f6b5a8465326e0229d2bdf.tar.xz
Update dep to GNU make 4.4 with a note
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 201e2c0..a812494 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,11 @@ you can get a native toolchain [here](https://skarnet.org/toolchains/).
- The ability to loop-mount filesystems on the BUILD machine.
- A few necessary tools for the BUILD machine:
- + GNU `make`, version 3.81 or later
+ + GNU `make`, version 4.4 or later. It will work with versions older than 4.4
+if you don't use the `-j` option, but that means slow
+builds. (Explanation: when asked for parallel builds, lh-bootstrap uses the
+`--jobserver-style` option to `make` in order to work around some bugs. But this
+option only appears in GNU make 4.4.)
+ `bc`, Perl 5 (necessary for the Linux kernel compilation as well as syslinux)
+ `su`, `patch`, `sed`
+ `git`