From 029935a7043073659ff69dd149333da44486290d Mon Sep 17 00:00:00 2001
From: Carlo Camilloni <carlo.camilloni@gmail.com>
Date: Thu, 13 Nov 2014 14:18:24 +0100
Subject: [PATCH] doc: install with almost update

---
 user-doc/Installation.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/user-doc/Installation.txt b/user-doc/Installation.txt
index 2dcb67aba..5c22911c8 100644
--- a/user-doc/Installation.txt
+++ b/user-doc/Installation.txt
@@ -399,7 +399,7 @@ ALMOST 2.1 can be found in branches/almost-2.1/ and can be compiled:
 \warning ALMOST needs SQLITE3, GZIP and BZIP2 installed on your computer.
 
 \verbatim
-> ./configure --prefix="wherever you want it" 
+> ./configure --prefix="wherever you want it" CXXFLAGS="-O3 -fPIC" CFLAGS="-O3 -fPIC" 
 > make
 > make install
 \endverbatim
@@ -410,8 +410,8 @@ Once ALMOST is installed, PLUMED 2 can then be configured with ALMOST enabled:
 
 \verbatim
 > ./configure --enable-almost CPPFLAGS="-I/ALMOST_INSTALL_PATH/include \
-  -I/ALMOST_INSTALL_PATH/include/almost" LDFLAGS="-L/ALMOST_INSTALL_PATH/lib" \
-  CXXFLAGS="-O3 -fPIC" CFLAGS="-O3 -fPIC"
+  -I/ALMOST_INSTALL_PATH/include/almost" LDFLAGS="-L/ALMOST_INSTALL_PATH/lib"
+  
 \endverbatim
 with ALMOST_INSTALL_PATH set to the full path to the ALMOST installation folder.
 
-- 
GitLab