Skip to content

Commit

Permalink
Update README.md to mention what packages are needed in FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
su8 authored Aug 17, 2024
1 parent 784ab59 commit a688a8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ static void hide_show(const Arg *arg) {
```

The packages needed for example would be
`libxcb` `xcb-util` `xcb-util-wm` `xcb-util-keysym` `gcc` `make` `xorg`
`libxcb` `xcb-util` `xcb-util-wm` `xcb-util-keysym` `gcc` `make` `xorg` [ `pkg-config` or `pkgconfig`or `pkgconf` ]

For FreeBSD the packages are `gcc` `xorg` `gmake` `chromium` `git` `gawk` `libxcb` `xcb-util` `xcb-util-wm` `xcb-util-keysyms` `pkgconf`

Bugs
----
Expand Down

0 comments on commit a688a8a

Please sign in to comment.