The Python modules FIAT, Instant, UFL and FFC should be easy:

  python setup.py install

DOLFIN can be installed by running (from the DOLFIN source directory):

  mkdir build
  cd build
  cmake ..
  make install

The hardest part is usually to get all the dependencies installed
correctly, but this depends on your OS.

How far did you get? Where did it stop?

Johannes

On Fri, Jun 5, 2015 at 5:47 PM gowri shankar <[email protected]>
wrote:

> Dear all,
>              I want to install fenics in python virtualenv. I created
> virtualenv with desired python and activated the virtualenv. I am trying to
> install FENICS manually but i am facing lot of issues. Can anyone help me
> out with the steps for doing the same.
>
> --
> Regards,
> GOWRISHANKAR.T.H
> Contact No:08097539257
>  _______________________________________________
> fenics-support mailing list
> [email protected]
> http://fenicsproject.org/mailman/listinfo/fenics-support
>
_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to