mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
glava
This commit is contained in:
parent
af69acd553
commit
77a0ec1123
1 changed files with 22 additions and 0 deletions
|
|
@ -255,6 +255,28 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0 &&
|
|||
# Install gist
|
||||
RUN gem install gist
|
||||
|
||||
# Install glava
|
||||
RUN apt-get install -qq \
|
||||
libgl1-mesa-dev \
|
||||
liblua5.3 \
|
||||
liblua5.3-dev \
|
||||
libobs-dev \
|
||||
libobs0 \
|
||||
libpulse-dev \
|
||||
libpulse0 \
|
||||
libxcomposite-dev \
|
||||
libxext-dev \
|
||||
libxext6 \
|
||||
libxrender-dev \
|
||||
lua-filesystem \
|
||||
lua-lgi \
|
||||
meson && \
|
||||
git clone --depth 1 https://github.com/jarcode-foss/glava /opt/glava && cd /opt/glava && \
|
||||
git submodule update --init --recursive && \
|
||||
meson build --prefix /usr && \
|
||||
ninja -C build && \
|
||||
ninja -C build install
|
||||
|
||||
# Install go
|
||||
RUN add-apt-repository ppa:longsleep/golang-backports && \
|
||||
apt-get update -qq && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue