# Note: depends on perl wget -c http://rsync.samba.org/ftp/rsync/src/rsync-3.1.3.tar.gz tar -xzf rsync-3.1.3.tar.gz cd rsync-3.1.3 mkdir -p build cd build ../configure --prefix="/usr" make # Doesn't mind -j# make install