Browse Source

Update MXE dependencies

master
fekt 11 months ago
parent
commit
2916a62147
  1. 5
      advanced/cross-compile-silent-dragon-for-windows-with-mxe.md

5
advanced/cross-compile-silent-dragon-for-windows-with-mxe.md

@ -9,7 +9,7 @@ sudo apt-get -y install clang g++ build-essential make mingw-w64 git pkg-config
## Install QT packages ## Install QT packages
``` ```
sudo apt-get -y install qtdeclarative5-dev qt5-qmake libqt5websockets5-dev qtcreator sudo apt-get -y install qtdeclarative5-dev qt5-qmake qt5-default libqt5websockets5-dev qtcreator
``` ```
## Install MXE dependencies ## Install MXE dependencies
@ -34,6 +34,7 @@ sudo apt-get install \
libgdk-pixbuf2.0-dev \ libgdk-pixbuf2.0-dev \
libltdl-dev \ libltdl-dev \
libgl-dev \ libgl-dev \
libpcre3-dev \
libssl-dev \ libssl-dev \
libtool-bin \ libtool-bin \
libxml-parser-perl \ libxml-parser-perl \
@ -44,8 +45,10 @@ sudo apt-get install \
patch \ patch \
perl \ perl \
python3 \ python3 \
python3-distutils \
python3-mako \ python3-mako \
python3-pkg-resources \ python3-pkg-resources \
python-is-python3 \
ruby \ ruby \
sed \ sed \
unzip \ unzip \

Loading…
Cancel
Save