Skip to content

kernaltrap8/tinyfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinyfetch

Fetch program written in C.

Bulding

Tinyfetch uses the meson build system. You must have it installed to build tinyfetch.
Run meson setup build, then meson compile -C 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
FreeBSD