Skip to content

Commit a688a8a

Browse files
author
su8
authored
Update README.md to mention what packages are needed in FreeBSD
1 parent 784ab59 commit a688a8a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ static void hide_show(const Arg *arg) {
4444
```
4545

4646
The packages needed for example would be
47-
`libxcb` `xcb-util` `xcb-util-wm` `xcb-util-keysym` `gcc` `make` `xorg`
47+
`libxcb` `xcb-util` `xcb-util-wm` `xcb-util-keysym` `gcc` `make` `xorg` [ `pkg-config` or `pkgconfig`or `pkgconf` ]
48+
49+
For FreeBSD the packages are `gcc` `xorg` `gmake` `chromium` `git` `gawk` `libxcb` `xcb-util` `xcb-util-wm` `xcb-util-keysyms` `pkgconf`
4850

4951
Bugs
5052
----

0 commit comments

Comments
 (0)