From: wolf Date: Mon, 20 Dec 2004 14:59:24 +0000 (+0000) Subject: Clarify instructions. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b6cc89f3a9b5c79785e2d3bd37b46a16f2d7b8b;p=dealii-svn.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).