sudo ln -s /home/mlzboy/phantojs-1.4.0/phantomjs/bin/phantomjs /usr/local/bin/phantomjs
http://code.google.com/p/phantomjs/downloads/detail?name=phantomjs-1.4.1-linux-x86_64-dynamic.tar.gz&can=1&q=
Note: Use x86 package for 32-bit systems and x86_64 package for 64-bit systems. There is no need to install Qt in the target system.
Text rendering requires FreeType and Fontconfig. On Debian/Ubuntu, this can be fulfilled easily by installing the packages, e.g.
sudo apt-get install freetype fontconfig
sudo aptitude install freetype fontconfig