Several users have requested a Linux compile guide.
We are in the process of creating one. Excuse the delay we are working as quickly as possible. This should be completed today.
Here ya go:
sudo apt-get update
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libdb++-dev
sudo apt-get install git
git clone https://github.com/CryptoCoderz/Espers/
cd Espers/src
mkdir obj
chmod -R 777 leveldb
make -f makefile.unix -j32
That works for Ubuntu 14.04. Wallets aren't portable because of libdb version.