kernaltrap8 / tinyfetch

fetch program written in pure C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinyfetch

fetch program written in pure C

bulding

this program uses the meson build system. you must have it installed to build tinyfetch.
run meson setup build, then meson compile build

optional dependencies

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.

supported platforms

Linux - since the start of the project
FreeBSD - since 2024-27-05

About

fetch program written in pure C

License:GNU General Public License v3.0


Languages

Language:C 95.8%Language:Meson 3.5%Language:Shell 0.7%