refactor(peachmsg): migrate to nullptr, -std=c23; docs: update C references to C23

This commit is contained in:
2026-07-02 02:09:00 -04:00
parent c529815d54
commit dfafc08fde
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ PeachWM is maintained by [HuntedByTheIRS](https://github.com/HuntedByTheIRS).
- xkbcommon
- wayland-protocols (compile-time only)
- pkg-config (compile-time only)
- a C compiler (clang recommended)
- a C23 compiler — GCC 14+ or Clang 18+ (clang recommended)
Install these (and their `-devel` versions if your distro has separate
development packages) and run `make` followed by `doas/sudo make install`,