Skip to content

Commit

Permalink
Merge pull request #77 from ggyfdtc2/patch-1
Browse files Browse the repository at this point in the history
Update build.md
  • Loading branch information
ghutchis authored Feb 1, 2024
2 parents 724ce5b + 42e3d5d commit 5798514
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/install/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ apt-get purge cmake && \
/tmp/bin
```

### Fedora 39

```bash
sudo dnf update
sudo dnf install -y cmake gcc gcc-g++ qt5-qtbase-devel zlib-devel libxml2-devel git curl qt5-qtsvg-devel kernel-devel glew-devel
```

## Building

It is recommended that you create a build tree outside of the source
Expand Down

0 comments on commit 5798514

Please sign in to comment.