aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING9
1 files changed, 7 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 88435e9..c928c42 100644
--- a/HACKING
+++ b/HACKING
@@ -11,7 +11,7 @@ By far the easiest way to hack on reading-heap is to develop using Guix:
cd /path/to/source-code
guix shell -Df guix.scm
# In the new shell, run:
- hall build --execute && autoreconf -vif && ./configure && make check
+ hall build --execute && autoreconf -vif && ./configure && make
#+END_SRC
You may also want to set your directory as an authorized directory for
@@ -46,9 +46,14 @@ dependencies manually:
- pkg-config
- texinfo
- guile-hall
+ - guile-config
+ - guile-simple-zmq
+ - zeromq
+ - guile-json
+
Once those dependencies are installed you can run:
#+BEGIN_SRC bash
- hall build -x && autoreconf -vif && ./configure && make check
+ hall build -x && autoreconf -vif && ./configure && make
#+END_SRC