Skip to content

Commit

Permalink
BUILDING-FEDORA.md: add curl-devel (#439)
Browse files Browse the repository at this point in the history
`curl-devel` is needed on fedora38
  • Loading branch information
DaniAsh551 authored Sep 13, 2023
1 parent 4aface5 commit 5818929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BUILDING-FEDORA.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sudo dnf groupinstall "Development Tools"
Then, make sure you have the dependencies of this plugin installed:

```
sudo dnf install cmake gcc-c++ ninja-build obs-studio-devel opencv-devel qt6-qtbase-devel zsh
sudo dnf install cmake gcc-c++ ninja-build obs-studio-devel opencv-devel qt6-qtbase-devel zsh curl-devel
```

Clone the repository and set up the submodules:
Expand Down

0 comments on commit 5818929

Please sign in to comment.