blog.webwesen.com Rotating Header Image

Install and configure PMD on CentOS 5.3

cd /opt
mkdir static_analysis
cd static_analysis/
wget http://downloads.sourceforge.net/pmd/pmd-bin-4.2.5.zip
unzip pmd-bin-4.2.5.zip
ln -s pmd-4.2.5/ pmd

to be continued…

Related posts:

  1. How to install git on Ubuntu Karmic

Leave a Reply