aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorFredrik Salomonsson <plattfot@posteo.net>2022-08-17 18:26:42 -0700
committerFredrik Salomonsson <plattfot@posteo.net>2022-08-17 18:26:42 -0700
commit89b6e7b0010fb50e9ba14995d015b6b6c0bc4d33 (patch)
tree0ef993f91dcc439298da09263a8fb814dfa89c1a /HACKING
parentfeceb1dc07700de008a0317db6d1e186b31e8e7b (diff)
downloadpinentry-rofi-89b6e7b0010fb50e9ba14995d015b6b6c0bc4d33.tar.gz
Add all needed build dependencies in HACKING
Was missing a few indirect dependencies in the list which are needed if you want to run the build in a pure environment created by guix shell.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING8
1 files changed, 7 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 99075d1..79b9505 100644
--- a/HACKING
+++ b/HACKING
@@ -34,7 +34,13 @@ dependencies manually:
- autoconf
- autoconf-archive
- automake
- - pkg-config
+ - coreutils
+ - gawk
+ - grep
+ - guile
+ - make
+ - pkg-config (or pkgconf)
+ - sed
- texinfo
Once those dependencies are installed you can run: