You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. `mkdir build` (in source builds are not recomended) and cd into build
2. cmake ../
3. make
Libraries can either be specified with libname_DIR (so VTK_DIR or DOLFIN_DIR) when running cmake if they are in non-standard locations. - ex 'VTK_DIR=/path/to/vtk cmake../'
Libraries installed from the fijee-dev ppa (ppa:akshmakov/fijee-dev-ppa) should be findable with no additional parameters.