# Note: depends on flex
# Note: depends on bison
wget -c https://downloads.sourceforge.net/project/wine/Source/wine-5.15.tar.xz
tar -xJf wine-5.15.tar.xz
cd wine-5.15
mkdir -p build
cd build
../configure --prefix="/usr"  ||  ../configure --prefix="/usr" --without-freetype  ||  ../configure --prefix="/usr" --without-x --without-freetype
make # Doesn't mind -j#
make install