INSTALL.dool -------------------------------- Simple version.. (Debian/ubuntu) #apt-get install gdc #sh compd.gdc.sh #compd build.compd -------------------------------- dmd version... Install instructions for dool/compd a) make sure you have dmd installed correctly: - libphobos.a should be in the include page - /usr/lib - src/phobos should be correctly configured in /etc/dmd.conf echo "[Environment]" > /etc/dmd.conf; echo "DFLAGS=-I/dmd/src/phobos" >> /etc/dmd.conf - dmd should be in the path (= /usr/bin/dmd) b) build compd (using this shell script) #sh compd.sh c) build dool (using compd) #compd build.compd