Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 88f5f77

Browse filesBrowse files
committed
README: added optional dependencies description
1 parent e4516d8 commit 88f5f77
Copy full SHA for 88f5f77

File tree

Expand file treeCollapse file tree

1 file changed

+13
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,28 @@ A simple browser based on the [litehtml](https://github.com/litehtml/litehtml) e
44

55
## Pre-requisites on Linux
66

7-
Install dependencies:
7+
### Install required dependencies:
88

9-
### Fedora
9+
#### Fedora
1010
```
1111
dnf install gtkmm4.0-devel libcurl-devel cairo-devel pango-devel
1212
```
1313

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+
1423
## Pre-requisites on Mac
1524

1625
Install dependencies using [Homebrew](https://brew.sh/):
1726

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)
2029

2130
```
2231
brew install gtkmm4 gtk4

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.