This build was very simple, since I had all the dependencies already from previous builds of Bitcoin and the other alt coins.
cd ~/source git clone https://github.com/bitcoin/bitcoin.git cd bitcoin ./autogen.sh ./configure make (prepare for a long wait at this step) make install