Fri Feb 24 06:50:08 PM CET 2023

This commit is contained in:
Bert van der Weerd 2023-02-24 18:50:09 +01:00
parent 38cb5b9e02
commit c3af9a1a70
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0
2 changed files with 50 additions and 50 deletions

View file

@ -4,55 +4,54 @@ FROM ubuntu:jammy
# It's probably totally unnecesary to include all of these dependencies. # It's probably totally unnecesary to include all of these dependencies.
# #
RUN apt-get -y update && apt-get -y upgrade && apt-get -y install make wget git patch bash vim mc screen automake autoconf libtool build-essential RUN apt-get -y update && apt-get -y upgrade && apt-get -y install make wget git patch build-essential
RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install \
apt-utils \
aptitude \
binutils \ #
build-essential \ #
bzip2 \ # RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install \
curl \ # apt-utils \
devscripts \ # aptitude \
equivs \ # binutils \
fakeroot \ # build-essential \
file \ # bzip2 \
gawk \ # curl \
git \ # devscripts \
git \ # equivs \
gnupg \ # fakeroot \
jq \ # file \
less \ # gawk \
lib32atomic1 \ # git \
lib32stdc++6 \ # git \
lib32z1 \ # gnupg \
libasound2 \ # jq \
libc6-i386 \ # less \
libdbus-glib-1-2 \ # lib32atomic1 \
libgtk-3-0 \ # lib32stdc++6 \
libucl1 \ # lib32z1 \
make \ # libasound2 \
mercurial \ # libc6-i386 \
p7zip-full \ # libdbus-glib-1-2 \
patch \ # libgtk-3-0 \
procps \ # libucl1 \
python3 \ # make \
python3-dev \ # mercurial \
python3-pip \ # p7zip-full \
python3-distutils-extra \ # patch \
python3-minimal \ # procps \
python3-psutil \ # python3 \
python3-venv \ # python3-dev \
rsync \ # python3-pip \
screen \ # python3-distutils-extra \
tar \ # python3-minimal \
unzip \ # python3-psutil \
uuid \ # python3-venv \
vim-tiny \ # rsync screen tar unzip uuid \
wget \ # vim-tiny wget x11-utils xz-utils zip zstd
x11-utils \ #
xz-utils \
zip \
zstd
# #

View file

@ -2,6 +2,7 @@
export MOZBUILD=$HOME/.mozbuild export MOZBUILD=$HOME/.mozbuild
ac_add_options --target=x86_64-pc-mingw32 ac_add_options --target=x86_64-pc-mingw32
ac_add_options --enable-bootstrap
# since v110.0 - liblowercase not needed anymore? # since v110.0 - liblowercase not needed anymore?
#mk_add_options "export LD_PRELOAD=$MOZBUILD/liblowercase/liblowercase.so" #mk_add_options "export LD_PRELOAD=$MOZBUILD/liblowercase/liblowercase.so"
@ -22,7 +23,7 @@ export HOST_CXX="$MOZBUILD/clang/bin/clang++"
export WINE=wineconsole #export WINE=wineconsole
#export WINE="$MOZBUILD/wine/bin/wine64" #export WINE="$MOZBUILD/wine/bin/wine64"
#export MIDL="$MOZBUILD/wine/bin/widl" #export MIDL="$MOZBUILD/wine/bin/widl"