From e2097138a98be7882d8235ee3b193bc9959b360a Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 13 Jan 2025 22:46:43 +0200 Subject: [PATCH] add requirements installation guide --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index c9734be..fbfe119 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,20 @@ Glib/Gio-oriented network API for [Gemini protocol](https://geminiprotocol.net/) GGemini (or G-Gemini) library written as the client extension for [Yoda](https://github.com/YGGverse/Yoda), it also could be useful for other GTK-based applications dependent of [glib](https://crates.io/crates/glib) and/or [gio](https://crates.io/crates/gio) (`2.66+`) bindings. +## Requirements + +
+Debian +
+sudo apt install libglib2.0-dev
+
+ +
+Fedora +
+sudo dnf install glib2-devel
+
+ ## Install ```