Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
apt-get install -y python-dev
apt-get install -y python-numpy
apt-get install -y python-pip
apt-get install -y python3-dev
apt-get install -y python3-numpy
apt-get install -y python3-pip
apt-get install -y xdg-utils
wget http://downloads.dlang.org/releases/2014/dmd_2.066.1-0_amd64.deb
dpkg -i dmd_2.066.1-0_amd64.deb

hg clone https://ariovistus@bitbucket.org/ariovistus/pyd
cd pyd
python setup.py build
python runtests.py -b
apt-get install libconfig++9

wget http://http.us.debian.org/debian/pool/main/l/ldc/libphobos2-ldc65_0.14.0.dfsg-1_amd64.deb
wget http://http.us.debian.org/debian/pool/main/l/ldc/libphobos2-ldc-debug65_0.14.0.dfsg-1_amd64.deb
wget http://http.us.debian.org/debian/pool/main/l/ldc/libphobos2-ldc-dev_0.14.0.dfsg-1_amd64.deb
wget http://http.us.debian.org/debian/pool/main/l/ldc/ldc_0.14.0.dfsg-1_amd64.deb
dpkg -i ./libphobos2-ldc65_0.14.0.dfsg-1_amd64.deb
dpkg -i ./libphobos2-ldc-dev_0.14.0.dfsg-1_amd64.deb
dpkg -i ./libphobos2-ldc-debug65_0.14.0.dfsg-1_amd64.deb

...