What are the libraries need for compiling wallet on linux?
The same libraries you are used to from sha-2 and scrypt.
Run this to install on linux:
sudo apt-get update
sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb++-dev
sudo apt-get install libqrencode-dev s
sudo apt-get install libboost1.53-all-dev