Upgrade to win80 to build DScanner
This commit is contained in:
parent
a6ef4e5a25
commit
bbac214f67
|
|
@ -18,8 +18,8 @@ cd $DIR
|
||||||
|
|
||||||
# Step 1: download the DMD binaries
|
# Step 1: download the DMD binaries
|
||||||
if [ ! -d dmd2 ] ; then
|
if [ ! -d dmd2 ] ; then
|
||||||
wget http://downloads.dlang.org/releases/2.x/2.076.0/dmd.2.076.0.windows.7z
|
wget http://downloads.dlang.org/releases/2.x/2.080.0/dmd.2.080.0.windows.7z
|
||||||
7z x dmd.2.076.0.windows.7z > /dev/null
|
7z x dmd.2.080.0.windows.7z > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Step 2: Run DMD via wineconsole
|
# Step 2: Run DMD via wineconsole
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue