# real 0m17.088s
time sudo apt-get install -y build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
# real 0m0.392s
time sudo apt-get install -y libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
# real 0m0.279s
time sudo apt-get install -y libboost-all-dev
# real 0m0.274s
time sudo apt-get install -y software-properties-common
# real 0m22.798s
time sudo add-apt-repository ppa:bitcoin/bitcoin
# real 0m4.117s
time sudo apt-get update
# real 0m0.266s
time sudo apt-get install -y libdb4.8-dev libdb4.8++-dev
# real 0m22.818s
time ./autogen.sh
# real 0m36.344s
time ./configure
# real 20m32.316s
time make
# real 0m3.471s
time sudo make install
# autogen -> 0m23.494s
# ./configure -> 0.214 s
# make