2.3. Compilation and installation

Detailed instructions can be found in the INSTALL file of the package.

  1. First, compile it with:

    <user> ./configure
    <user> make
    

  2. 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

SourceForge.net Logo
This document was generated using xsltproc and perl.