Skip to content

Commit

Permalink
docs(compiling): add lua deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Apr 28, 2024
1 parent bba0e86 commit 47b6c47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ pacman -S gtk3 gtk-layer-shell
pacman -S openssl
# for volume support
pacman -S libpulse
# for lua/cairo support
pacman -S luajit lua51-lgi
```

### Ubuntu/Debian
Expand All @@ -32,6 +34,8 @@ apt install build-essential libgtk-3-dev libgtk-layer-shell-dev
apt install libssl-dev
# for volume support
apt install libpulse-dev
# for lua/cairo support
apt install luajit-dev lua-lgi
```

### Fedora
Expand All @@ -42,6 +46,8 @@ dnf install gtk3-devel gtk-layer-shell-devel
dnf install openssl-devel
# for volume support
dnf install libpulseaudio-devel
# for lua/cairo support
dnf install luajit-devel lua-lgi
```

## Features
Expand Down

0 comments on commit 47b6c47

Please sign in to comment.