Skip to content

Commit

Permalink
Add fedora dependency docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dburkart authored Feb 1, 2025
2 parents a0522b7 + ba3d49d commit ad30885
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,19 @@ sudo pacman -Sy emscripten
</details>


<details>
<summary><strong>Fedora / RHEL</strong></summary>
<p>

```bash
sudo dnf install make gcc bison flex python3 python3-devel
```

There is no package providing emscripten, so you will need to install the [emsdk](https://emscripten.org/docs/getting_started/downloads.html).

</p>
</details>

### Compiling

At the moment, there are four targets for this project:
Expand Down

0 comments on commit ad30885

Please sign in to comment.