Skip to content

Commit

Permalink
πŸ“ Fixing fedora dependencies install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielzschmitz committed Apr 7, 2024
1 parent e255dc7 commit 5feafc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ UBUNTU
$ sudo apt install build-essential libncurses5-dev libncursesw5-dev libmpv-dev mpv pkg-config libnotify4

FEDORA
$ sudo dnf groupinstall 'Development Tools' && sudo dnf install ncurses-devel mpv pkgconf libnotify
$ sudo dnf groupinstall 'Development Tools' && sudo dnf install ncurses-devel mpv-devel pkgconf libnotify

MACOS (MacPorts needed)
$ brew install gcc && sudo port install ncurses && sudo port intall mpv +libmpv
Expand Down

0 comments on commit 5feafc2

Please sign in to comment.