main journal function rewritten in zig #1

Manually merged
luna merged 9 commits from zig-translation into master 2019-08-11 14:20:16 +00:00
Showing only changes of commit ca7a655ebb - Show all commits

View file

@ -7,14 +7,10 @@ source is open, data is closed, this is for my own personal use
## depedencies ## depedencies
- a robot girl to use those utils - a robot girl to use those utils
- posix compliant make - the zig compiler https://ziglang.org
- a c compiler
``` ```
make zig build install --prefix ~/.local/
# or just remove PREFIX for /usr/local
make PREFIX=$HOME/.local install
``` ```
## using ## using