Skip to content

Commit

Permalink
docs: Add a Fedora section in Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Jul 16, 2024
1 parent ab0b0e0 commit 0dd1733
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion book/src/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ Install these packages:
sudo pacman -S base-devel openssl cmake gtk3 clang
```

#### Fedora

Install these packages:

```sh
sudo dnf install openssl-devel pkgconf cmake gtk3-devel clang-devel -y
sudo dnf groupinstall "Development Tools" "C Development Tools and Libraries" -y
```

Don't hesitate to contribute so other distros can be added here.

### MacOS
Expand All @@ -34,4 +43,4 @@ The following custom linkers are not supported at the moment:

- `mold`

If there is another one not supported don't hesitate to add it here.
If there is another one not supported don't hesitate to add it here.

0 comments on commit 0dd1733

Please sign in to comment.