From 57edf8b19682d09077ce6d3ec0cbca84d09fd0aa Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Fri, 27 Oct 2017 17:14:55 +0200 Subject: [PATCH] Fixed readme I think it is better NOT to recommend sourcing "sourceme.sh". Most users should install plumed with the canonical procedure (make install) --- README.md | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index f65cb3c62..a360b04fc 100644 --- a/README.md +++ b/README.md @@ -97,37 +97,30 @@ Quick compilation instructions ------------------------------ Extensive installation instructions are in the [user documentation](http://www.plumed.org/documentation). -Configure for your system +Quick instructions: ./configure --prefix=$HOME/opt - - -If necessary, edit `Makefile.conf`. -Configure your environment - - source ./sourceme.sh - -Compile plumed - make - -The `plumed` executable should be now in your execution path - - plumed help - -Compile the manuals. - - make doc + make doc # optional User documentation can be found at `user-doc/html/index.html`. Developer documentation can be found at `developer-doc/html/index.html`. [Pre-compiled documentation](http://www.plumed.org/documentation) is available online, so this is only required if you are working with a modified version of the code! -Install PLUMED in `$HOME/opt` (directory should be set during `./configure`): +In order to run PLUMED without installing it you should type `source sourceme.sh`. However, +we recomment installing PLUMED. +To install it in `$HOME/opt` (directory should be set during `./configure`): umask 022 make install +Now you will be able to run plumed using e.g. + + plumed help + +If you compiled your own documentation, paths to the installed documentation can be found with command `plumed info --user-doc`. + A sample modulefile with environment variable will be placed in -`$HOME/opt/lib/plumed/src/lib/modulefile`. If you compiled your own documentation, paths to the installed documentation can be found with command `plumed info --user-doc`. +`$HOME/opt/lib/plumed/src/lib/modulefile`. This can be useful if you want to +install multiple PLUMED versions side by side and select them with env modules. -- GitLab