You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can install pikchr by downloading the .c file from https://pikchr.org/home/file/pikchr.c?ci=trunk (always gives latest version) and compiling it with gcc -DPIKCHR_SHELL -o pikchr pikchr.c -lm.
Please support pikchr diagrams!
You can install pikchr by downloading the .c file from https://pikchr.org/home/file/pikchr.c?ci=trunk (always gives latest version) and compiling it with
gcc -DPIKCHR_SHELL -o pikchr pikchr.c -lm
.Example script:
compile like so:
./pikchr --svg-only file.pik >file.svg
orcat file.pik | ./pikchr --svg-only - > file.svg
You can find more examples at https://pikchr.org/home/doc/trunk/doc/examples.md.
kind regards
The text was updated successfully, but these errors were encountered: