Skip to content

Commit 4531a09

Browse files
authored
Update README.md
1 parent 9b0c6fd commit 4531a09

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# tinyfetch
2-
fetch program written in pure C
3-
# bulding
4-
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`.
9+
# Supported platforms
10+
Linux<br>
11+
FreeBSD

0 commit comments

Comments
 (0)