From 7bd25c03e8270a4f0a0ab004ee961d2225ce6b03 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Mon, 19 Feb 2018 15:18:41 +0100 Subject: [PATCH] typo --- developer-doc/InstallationLayout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-doc/InstallationLayout.md b/developer-doc/InstallationLayout.md index d34475278..4d6441371 100644 --- a/developer-doc/InstallationLayout.md +++ b/developer-doc/InstallationLayout.md @@ -107,7 +107,7 @@ object file compiled from `buildroot/src/wrapper/Plumed.cpp` To summarize: - `bin/plumed` = `buildroot/src/main/main.cpp` + `lib/libplumed.so` - `lib/libplumed.so` = `buildroot/src/wrapper/PlumedStatic.cpp` + `lib/libplumedKernel.so` -- `lib/libplumedWrapper.so` = `buildroot/src/wrapper/Plumed.cpp` +- `lib/libplumedWrapper.a` = `buildroot/src/wrapper/Plumed.cpp` The logic of this subdivision is that it is possible to either link the MD code to `/usr/local/lib/libplumed.so` or to link it to a single object file (the one compiled from `buildroot/src/wrapper/Plumed.c` or the installed `libplumedWrapper.a`) -- GitLab