#!/bin/sh set -ex wget -q http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.linux.bin.tar.gz echo "Decompressing..." tar -xzf doxygen-1.8.14.linux.bin.tar.gz cp doxygen-1.8.14/bin/* ~ ls ~ #echo "Configure and Install Doxygen" #cd doxygen-1.8.14 && ./configure && sudo make install