Build wine with dxvk cross-compiler

WARNING: Do not look directly into the build system without eye
protection.
This commit is contained in:
Andrew Eikum 2019-06-24 09:32:26 -05:00
parent ab453aaf11
commit d68e71bed6
5 changed files with 60 additions and 5 deletions

View file

@ -14,7 +14,8 @@ set -xe
apt-get install -y gcc-5 g++-5 g++-5-multilib flex libosmesa6-dev libpcap-dev \
libhal-dev libsane-dev libv4l-dev libgphoto2-2-dev libcapi20-dev \
libgsm1-dev libmpg123-dev libvulkan-dev libxslt1-dev nasm yasm ccache
libgsm1-dev libmpg123-dev libvulkan-dev libxslt1-dev nasm yasm ccache \
schroot
update-alternatives --install "$(command -v gcc)" gcc "$(command -v gcc-5)" 50
update-alternatives --set gcc "$(command -v gcc-5)"
update-alternatives --install "$(command -v g++)" g++ "$(command -v g++-5)" 50