here is a small tutorial to compile the zillion daemon on linux ubuntu 16:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libboost-all-dev libdb++-dev libminiupnpc-dev libssl-dev make g++
sudo apt-get install git
git clone https://github.com/zillioncoin/zillioncoin.git
cd zillioncoin/src
sed -i '242s/get(address)/get(address)/' rpcrawtransaction.cpp
chmod +x leveldb/build_detect_platform
make -f makefile.unix
and you should be good.
More tutorials coming soon.