From 2b6cc89f3a9b5c79785e2d3bd37b46a16f2d7b8b Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 20 Dec 2004 14:59:24 +0000 Subject: [PATCH] Clarify instructions. git-svn-id: https://svn.dealii.org/trunk@9858 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/faq.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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).

-- 2.39.5