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
this program uses the meson build system. you must have it installed to build `tinyfetch`.<br>
5
-
run`meson setup build`, then `meson compile -C build`
6
-
# optional dependencies
7
-
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.<br>
8
-
to disable linking in `meson.build`, remove the `-lpci` flag from `link_args`.
9
-
# supported platforms
10
-
Linux - since the start of the project<br>
11
-
FreeBSD - since 2024-27-05
2
+
Fetch program written in C.
3
+
# Bulding
4
+
Tinyfetch uses the meson build system. You must have it installed to build `tinyfetch`.<br>
5
+
Run`meson setup build`, then `meson compile -C build`
6
+
# Optional dependencies
7
+
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.<br>
8
+
To disable linking in `meson.build`, remove the `-lpci` flag from `link_args`.
0 commit comments