Skip to content

Releases: baioc/graf

pre-release

07 Nov 01:45
Compare
Choose a tag to compare

beta

06 Nov 06:44
Compare
Choose a tag to compare

Changelog from alpha: v0.1.b...v0.3.3

examples

The attached binary should work with any system using glibc 2.27 or later.
In older systems, the program might fail to start with -sh: graf: No such file or directory.
This is due to a missing ELF interpreter path; fixed by running if ! [ -d /lib64 ]; then ln -s /lib /lib64; fi