wget -c https://ftp.gnu.org/gnu/time/time-1.9.tar.gz
tar -xzf time-1.9.tar.gz
cd time-1.9
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install