summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-13 22:34:17 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-17 02:38:31 +0100
commit546141e113576fe755c61388296c2620ca145de2 (patch)
treecd73582784a401d3ba828ffe0ba16d53b161bf38 /INSTALL
parent18c850db0696d941dbc3689efbd63d4dc40a0e1c (diff)
share/mk/: Reorganize build dependencies
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL60
1 files changed, 11 insertions, 49 deletions
diff --git a/INSTALL b/INSTALL
index d351aa1a3..aac8f1013 100644
--- a/INSTALL
+++ b/INSTALL
@@ -67,55 +67,17 @@ Description
Dependencies
- Build-depends:
- - Generic:
- - echo(1)
- - expr(1)
- - find(1)
- - grep(1)
- - locale(1)
- - make(1) - GNU Make is required.
- - sed(1)
- - sort(1)
- - xargs(1)
-
- - For installing:
- - gzip(1)
- - install(1)
- - ln(1)
- - sponge(1)
- - test(1)
-
- - For uninstalling / cleaning:
- - rm(1)
- - rmdir(1)
-
- - For linting/building/checking man(7) source:
- - eqn(1)
- - grotty(1)
- - head(1)
- - mkdir(1)
- - tail(1)
- - tbl(1)
- - troff(1) >= 1.23.0 - GNU troff is required.
-
- - For linting/building C source:
- - cc(1) - GCC or Clang
- - clang-tidy(1)
- - cpplint(1)
- - iwyu(1)
- - mandoc(1)
- - mkdir(1)
- - pkg-config(1)
- - tac(1)
- - libbsd-dev
-
- And one that isn't packaged, but can be extracted from the
- Linux kernel source tree in <scripts/checkpatch.pl>:
-
- - checkpatch(1)
-
- - For building HTML pages:
- - man2html(1)
+
+ To learn the build dependencies of the project, run
+
+ $ find share/mk/ -type f \
+ | xargs grep include.*configure/build-depends/ \
+ | sed 's,share/mk/,,' \
+ | sed 's,/.*:,:,' \
+ | sed 's,include $.*/, ,' \
+ | sed 's,\.mk,,g' \
+ | sort \
+ | uniq;
- Depends:
- man(1)