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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
fetch program written in pure C
3
3
# bulding
4
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 build`
5
+
run `meson setup build`, then `meson compile -C build`
6
6
# optional dependencies
7
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
8
to disable linking in `meson.build`, remove the `-lpci` flag from `link_args`.
0 commit comments