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
- a robot girl to use those utils
- posix compliant make
- a c compiler
- the zig compiler https://ziglang.org
```
make
# or just remove PREFIX for /usr/local
make PREFIX=$HOME/.local install
zig build install --prefix ~/.local/
```
## using