File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Original file line number Diff line number Diff line change @@ -4,19 +4,28 @@ A simple browser based on the [litehtml](https://github.com/litehtml/litehtml) e
4
4
5
5
## Pre-requisites on Linux
6
6
7
- Install dependencies:
7
+ ### Install required dependencies:
8
8
9
- ### Fedora
9
+ #### Fedora
10
10
```
11
11
dnf install gtkmm4.0-devel libcurl-devel cairo-devel pango-devel
12
12
```
13
13
14
+ ### Optional dependencies:
15
+
16
+ The optional library ``` libadwaita ``` will add support for dark themes, High Contrast mode and some other GNOME related features.
17
+
18
+ #### Fedora
19
+ ```
20
+ dnf install libadwaita-devel
21
+ ```
22
+
14
23
## Pre-requisites on Mac
15
24
16
25
Install dependencies using [ Homebrew] ( https://brew.sh/ ) :
17
26
18
- * [ gtkmm3 ] ( https://formulae.brew.sh/formula/gtkmm4 )
19
- * [ gtk+3 ] ( https://formulae.brew.sh/formula/gtk4 )
27
+ * [ gtkmm4 ] ( https://formulae.brew.sh/formula/gtkmm4 )
28
+ * [ gtk4 ] ( https://formulae.brew.sh/formula/gtk4 )
20
29
21
30
```
22
31
brew install gtkmm4 gtk4
You can’t perform that action at this time.
0 commit comments