We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14260a commit ddac7eeCopy full SHA for ddac7ee
README.md
@@ -6,17 +6,20 @@ A simple browser based on the [litehtml](https://github.com/litehtml/litehtml) e
6
7
Install dependencies:
8
9
- * vim-core for xxd
+### Fedora
10
+ ```
11
+ dnf install gtkmm4.0-devel libcurl-devel cairo-devel pango-devel
12
13
14
## Pre-requisites on Mac
15
16
Install dependencies using [Homebrew](https://brew.sh/):
17
- * [gtkmm3](https://formulae.brew.sh/formula/gtkmm3)
- * [gtk+3](https://formulae.brew.sh/formula/gtk+3)
18
+ * [gtkmm3](https://formulae.brew.sh/formula/gtkmm4)
19
+ * [gtk+3](https://formulae.brew.sh/formula/gtk4)
20
21
```
-brew install gtkmm3 gtk+3
22
+brew install gtkmm4 gtk4
23
24
25
## Common Build instructions
0 commit comments