From 6a0214be1c9ed4eceb059dfe514c2df429f2951f Mon Sep 17 00:00:00 2001 From: "Christopher R. Nelson" Date: Wed, 17 Jan 2024 21:10:08 -0500 Subject: Update project documentation for release hconfig.scm.hall: update copyright HACKING: update build instructions AUTHORS: include self ChangeLog: initial release NEWS: initial release --- HACKING | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'HACKING') 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 -- cgit v1.2.3