Skip to content
Snippets Groups Projects
Commit 3cf4789c authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Further fix in doc

Also this after a discussion with @marcodelapierre
parent e7000a80
No related branches found
No related tags found
No related merge requests found
...@@ -394,6 +394,9 @@ variable when installing, PLUMED will be installed in /usr/local. ...@@ -394,6 +394,9 @@ variable when installing, PLUMED will be installed in /usr/local.
The install command should be executed with root permissions (e.g. "sudo make install") The install command should be executed with root permissions (e.g. "sudo make install")
if you want to install PLUMED on a system directory. if you want to install PLUMED on a system directory.
\warning Please **do not** set prefix to the current directory (`./configure --prefix=$PWD`). PLUMED
expects the installation directory to be a different one! You might want to use something like `./configure --prefix=$PWD/install` instead.
Notice that upon installation PLUMED might need to relink a library. Notice that upon installation PLUMED might need to relink a library.
This was always true until version 2.1, but in version 2.2 libraries should This was always true until version 2.1, but in version 2.2 libraries should
only be relinked if one changes the install prefix during when typing `make install`. only be relinked if one changes the install prefix during when typing `make install`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment