Detailed instructions can be found in the INSTALL file of the package.
First, compile it with:
<user> ./configure <user> make
Second, install it as root:
<user> su <root> make install
.
Here is an example of ./configure:
<raynaud> ./configure --with-blas-lib=/usr/local/install/lapack-3.0/lib \ --with-netcdf-lib=/usr/local/install/netcdf-3.6.1/lib \ --with-netcdf-inc=/usr/local/install/netcdf-3.6.1/include \ --prefix=$HOME --with-pythondir=$HOME/python FC=ifort