mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-07 07:30:01 +01:00
linux-fresh: install qtbase5-private-dev
This commit is contained in:
parent
432a6017e3
commit
b07890cd8d
@ -5,4 +5,22 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||||||
# Create a user account citra (UID 1027) that the container will run as
|
# Create a user account citra (UID 1027) that the container will run as
|
||||||
RUN useradd -m -u 1027 -s /bin/bash citra
|
RUN useradd -m -u 1027 -s /bin/bash citra
|
||||||
RUN apt-get update && apt-get -y full-upgrade
|
RUN apt-get update && apt-get -y full-upgrade
|
||||||
RUN apt-get install -y p7zip-full build-essential libsdl2-dev qtbase5-dev libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools libavcodec-dev libavfilter-dev libavformat-dev libswscale-dev wget git ccache cmake ninja-build
|
RUN apt-get install -y \
|
||||||
|
p7zip-full \
|
||||||
|
build-essential \
|
||||||
|
libsdl2-dev \
|
||||||
|
qtbase5-dev \
|
||||||
|
qtbase5-private-dev \
|
||||||
|
libqt5opengl5-dev \
|
||||||
|
qtmultimedia5-dev \
|
||||||
|
qttools5-dev \
|
||||||
|
qttools5-dev-tools \
|
||||||
|
libavcodec-dev \
|
||||||
|
libavfilter-dev \
|
||||||
|
libavformat-dev \
|
||||||
|
libswscale-dev \
|
||||||
|
wget \
|
||||||
|
git \
|
||||||
|
ccache \
|
||||||
|
cmake \
|
||||||
|
ninja-build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user