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 ddac7ee

Browse filesBrowse files
committed
Update README.md
1 parent a14260a commit ddac7ee
Copy full SHA for ddac7ee

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+7
-4
lines changed

‎README.md

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

77
Install dependencies:
88

9-
* vim-core for xxd
9+
### Fedora
10+
```
11+
dnf install gtkmm4.0-devel libcurl-devel cairo-devel pango-devel
12+
```
1013

1114
## Pre-requisites on Mac
1215

1316
Install dependencies using [Homebrew](https://brew.sh/):
1417

15-
* [gtkmm3](https://formulae.brew.sh/formula/gtkmm3)
16-
* [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)
1720

1821
```
19-
brew install gtkmm3 gtk+3
22+
brew install gtkmm4 gtk4
2023
```
2124

2225
## Common Build instructions

0 commit comments

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