fetch program written in pure C
this program uses the meson build system. you must have it installed to build tinyfetch
.
run meson setup build
, then meson compile -C build
an optional dependency can be linked into tinyfetch which is used for GPU detection. on platforms without PCIe lanes, the preprocessor macro PCI_DETECTION
in tinyfetch.c
can be disabled to exclude this code.
to disable linking in meson.build
, remove the -lpci
flag from link_args
.
Linux - since the start of the project
FreeBSD - since 2024-27-05