Browse Source

try to use dmd-bin

jin 10 years ago
parent
commit
6c240b0f2e
1 changed files with 1 additions and 3 deletions
  1. 1 3
      frameworks/D/vibed/install.sh

+ 1 - 3
frameworks/D/vibed/install.sh

@@ -2,10 +2,8 @@
 
 
 sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
 sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
 sudo apt-get update && sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring && sudo apt-get update
 sudo apt-get update && sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring && sudo apt-get update
-sudo apt-get install -qq -y dub
+sudo apt-get install -qq -y dub dmd-bin
 sudo apt-get install -qq -y libevent-dev libssl-dev
 sudo apt-get install -qq -y libevent-dev libssl-dev
 sudo apt-get install -qq -y g++ gcc-multilib xdg-utils
 sudo apt-get install -qq -y g++ gcc-multilib xdg-utils
-wget "http://downloads.dlang.org/releases/2015/dmd_2.067.1-0_amd64.deb"
-sudo dpkg -i dmd_2.067.1-0_amd64.deb
 cd $FWROOT/frameworks/D/vibed
 cd $FWROOT/frameworks/D/vibed
 dub build --build-mode=singleFile
 dub build --build-mode=singleFile