diff options
| author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-17 21:10:08 -0500 | 
|---|---|---|
| committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-21 09:59:04 -0500 | 
| commit | 6a0214be1c9ed4eceb059dfe514c2df429f2951f (patch) | |
| tree | 7a0b6a8f8369271ca7db197cb61424750ef72c43 /HACKING | |
| parent | a6721bdd6154e2bebd8ab07bf310c25629347a21 (diff) | |
Update project documentation for release
hconfig.scm.hall: update copyright
HACKING: update build instructions
AUTHORS: include self
ChangeLog: initial release
NEWS: initial release
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 | 
