diff options
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |