mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
add requirements installation guide
This commit is contained in:
parent
eab1786918
commit
e2097138a9
1 changed files with 14 additions and 0 deletions
14
README.md
14
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.
|
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
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Debian</summary>
|
||||||
|
<pre>
|
||||||
|
sudo apt install libglib2.0-dev</pre>
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Fedora</summary>
|
||||||
|
<pre>
|
||||||
|
sudo dnf install glib2-devel</pre>
|
||||||
|
</details>
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue