From: Uwe Köcher Date: Sat, 24 Oct 2015 08:43:56 +0000 (+0200) Subject: deal.II: updated ubuntu12 first comment to set additionally the PATH variable X-Git-Tag: v0.7~11^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4db361d0121677f21be74e776041043886f9069b;p=candi.git deal.II: updated ubuntu12 first comment to set additionally the PATH variable --- 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 ## #