From: Wolfgang Bangerth Date: Mon, 20 Dec 2004 14:59:24 +0000 (+0000) Subject: Clarify instructions. X-Git-Tag: v8.0.0~14629 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8b7297d87e516c39597ea2790005d781846369d;p=dealii.git Clarify instructions. git-svn-id: https://svn.dealii.org/trunk@9858 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/faq.html b/deal.II/doc/faq.html index 20eb509d8e..787e00e59b 100644 --- a/deal.II/doc/faq.html +++ b/deal.II/doc/faq.html @@ -255,10 +255,10 @@

- in the shell prior to execution, or add this line to .bashrc. - To disable shared libraries, change enable-shared in - common/Make.global_options to no and link - deal.II again (with make all). + (or the place where you have installed deal.II, respectively) in the shell + prior to execution, or add this line to .bashrc. + To disable shared libraries, run ./configure --disable-shared + and compile deal.II again (with make all).