mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 18:51:04 +02:00
docs(compiling): add lua deps
This commit is contained in:
parent
bba0e86a79
commit
47b6c47724
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,8 @@ pacman -S gtk3 gtk-layer-shell
|
||||||
pacman -S openssl
|
pacman -S openssl
|
||||||
# for volume support
|
# for volume support
|
||||||
pacman -S libpulse
|
pacman -S libpulse
|
||||||
|
# for lua/cairo support
|
||||||
|
pacman -S luajit lua51-lgi
|
||||||
```
|
```
|
||||||
|
|
||||||
### Ubuntu/Debian
|
### Ubuntu/Debian
|
||||||
|
@ -32,6 +34,8 @@ apt install build-essential libgtk-3-dev libgtk-layer-shell-dev
|
||||||
apt install libssl-dev
|
apt install libssl-dev
|
||||||
# for volume support
|
# for volume support
|
||||||
apt install libpulse-dev
|
apt install libpulse-dev
|
||||||
|
# for lua/cairo support
|
||||||
|
apt install luajit-dev lua-lgi
|
||||||
```
|
```
|
||||||
|
|
||||||
### Fedora
|
### Fedora
|
||||||
|
@ -42,6 +46,8 @@ dnf install gtk3-devel gtk-layer-shell-devel
|
||||||
dnf install openssl-devel
|
dnf install openssl-devel
|
||||||
# for volume support
|
# for volume support
|
||||||
dnf install libpulseaudio-devel
|
dnf install libpulseaudio-devel
|
||||||
|
# for lua/cairo support
|
||||||
|
dnf install luajit-devel lua-lgi
|
||||||
```
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue