Installation:
-------------

To build and install the NewApp library do

$ scons install

in the top directory. This will build the library against the DOLFIN library and
install headers and the NewApp library in the local directories
./local/include and ./local/lib respectively.
A pkg-config file 'new-app.pc' is also generated and installed in
the ./local/lib/pkgconfig directory. Finally, a utility file
'new-app.conf' is generated in the top directory to update the
system variables in a simple way by:

    source new-app.conf

Note that if you have installed DOLFIN locally (in for instance /home/user_name/)
you have to set the relevant variables first which is most easily done by

$ source /home/user_name/dolfin/dolfin.conf

To remove the NewApp library do

$ scons -c install

