From d85db865323d0d93f30227d2264e0283935b2f73 Mon Sep 17 00:00:00 2001 From: the xhr Date: Sun, 29 Jan 2023 10:04:03 +0000 Subject: [PATCH] Remove sentence, ctempd doesn't use pkg-config --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 20fb4b9..4f22955 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ Install the dependencies as follows: | OpenBSD | All installed by default | | Void Linux| `xbps-install gcc make libXrandr-devel libX11-devel` | -If your operating system does not have `pkg-config` installed by default, you have to install it as well. - ### Compilation and Installation By default, the `Makefile` looks for external includes and libraries in `/usr/local/{include,lib}`, `/usr/X11R6/{include,lib}`. If your distribution uses special path, you have to modify the Makefile accordingly.