Why not launching a executable for Linux? it's impossible to compile, it gives LOTS of errors... and any solutions i found worked.
Inst easy to compile in linux? Strange ... I didn't compile this wallet.. but other wallets yes.
In Ubuntu... (On Debian be root and not write sudo):
sudo apt-get install build-essential #in centOS, if my mind don't fail me: yum groupinstall "Development Tools"
sudo apt-get install autoconf
sudo apt-get install automake (not sure, i don't remember now.)
In the source directory:
ls #search a text file named README.txt or INSTALL.txt (or not .txt)
less README #or INSTALL file, and read all the instructions, install the needed packets with "apt-get"...
autoreconf -i
./configure --prefix=/usr/local/spaincoinqt
make
sudo make install
*NOT SURE IF THIS WORKS, if anyone can't compile , any wallet or sgminer, pm me, and i will try to help, for free.*