Adds cross compiling instructions
This commit is contained in:
parent
9fd9470e35
commit
24730ee3f9
1 changed files with 15 additions and 0 deletions
|
@ -47,6 +47,21 @@ RUN apt-get install -y \
|
|||
libqrencode-dev \
|
||||
&& apt clean -y
|
||||
|
||||
RUN apt-get install -y \
|
||||
nsis lld llvm zip \
|
||||
g++-mingw-w64-x86-64-posix g++multilib binutils \
|
||||
g++-arm-linux-gnueabihf binutils-arm-linux-gnueabihf \
|
||||
g++-aarch64-linux-gnu binutils-aarch64-linux-gnu \
|
||||
g++-powerpc64-linux-gnu binutils-powerpc64-linux-gnu \
|
||||
g++-powerpc64le-linux-gnu binutils-powerpc64le-linux-gnu \
|
||||
g++-riscv64-linux-gnu binutils-riscv64-linux-gnu \
|
||||
g++-s390x-linux-gnu binutils-s390x-linux-gnu \
|
||||
gmake gtar \
|
||||
xz-utils curl cmake make \
|
||||
bison g++ pkgconf
|
||||
|
||||
|
||||
|
||||
RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && \
|
||||
dpkg -i packages-microsoft-prod.deb && \
|
||||
rm packages-microsoft-prod.deb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue