main journal function rewritten in zig #1
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue