From 4db361d0121677f21be74e776041043886f9069b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Sat, 24 Oct 2015 10:43:56 +0200 Subject: [PATCH] deal.II: updated ubuntu12 first comment to set additionally the PATH variable --- deal.II/platforms/supported/ubuntu12.platform | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/platforms/supported/ubuntu12.platform b/deal.II/platforms/supported/ubuntu12.platform index c1c1700..16ebbc4 100644 --- a/deal.II/platforms/supported/ubuntu12.platform +++ b/deal.II/platforms/supported/ubuntu12.platform @@ -14,6 +14,10 @@ # Afterwards, you should set your compilers safely: # > export CC=mpicc; export CXX=mpicxx; export FC=mpif90; export FF=mpif77 # and rerun candi again. +# +# To compile deal.II applications, you need to set the following variables +# > export DEAL_II_DIR=${INSTALL_PATH} (see below for your settings) +# > export PATH=$DEAL_II_DIR/bin:$PATH ## # -- 2.39.5