readme: add note about oldMain()
This commit is contained in:
parent
ac4624ae58
commit
062f9d0b61
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ over bmp files.
|
|||
# assumes lilv headers are at /usr/include/lilv-0, check build.zig if different
|
||||
git clone https://gitdab.com/luna/scritcher.git
|
||||
cd scritcher
|
||||
|
||||
# edit src/main.zig so that oldMain points to main, and current main to oldMain
|
||||
# i'm working on the language part of scritcher and its right now separate from
|
||||
# the whole "porting lv2apply to zig" function.
|
||||
|
||||
zig build install --prefix ~/.local/
|
||||
|
||||
# on your input image file
|
||||
|
|
Loading…
Reference in a new issue