Deva suggest 1st try and compile bitcoin 0.9.0 if it success then only move to abcdcoin.
Deva used following steps to compile bitcoin 0.9.0 from sourcecode.
######### STEPS ##################
Clean Install of ubuntu 13.10 on Vbox
remove if present:
libdb5.1-dev and libdb5.1++-dev
libboost1.54-all-dev
install if not present:
apt-get install zlib1g-dev
---------------
sudo apt-get install build-essential
sudo apt-get install libtool autotools-dev autoconf
sudo apt-get install libssl-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libminiupnpc-dev
sudo apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev
sudo apt-get install libqrencode-dev
download bitcoin0.9.0.tar.gz from github
./autogen.sh
./configure \
--disable-tests \
--with-gui=qt5
make
strip src/bitcoind
strip src/bitcoin-cli
strip src/qt/bitcoin-qt
------------
in terminal window type " ./bitcoin-qt & " and enter
or put the bitcoin-qt in /usr/bin and run
(need to workarround this )
###############################
will try to compile abcdcoin tomarrow and if successful will give you binaries.
also check following thread :
https://bitcointalk.org/index.php?topic=522014.80--Deva