From c0a5d9d4fd4a77ac6a07bb99597389fed26474b9 Mon Sep 17 00:00:00 2001
From: Carl Philipp Klemm <philipp@uvos.xyz>
Date: Tue, 9 Jan 2024 11:52:17 +0100
Subject: [PATCH] add linking snipped to readme

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 712c4b6..0c80065 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,10 @@ $ make install
 $ make doc
 ```
 
+### Linking
+
+it is best to link to this library with the help of [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) as this provides platform a agnostic to query for paths and flags. Almost certenly, pkg-config is already integrated into your buildsystem.
+
 # Licence
 
 _libeisdrt_ is licenced to you under the LGPL version 3 , or (at your option) any later version. see lgpl-3.0.txt or [LGPL](https://www.gnu.org/licenses/lgpl-3.0.en.html) for details
-- 
GitLab