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

typo

parent 5d515ee2
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ object file compiled from `buildroot/src/wrapper/Plumed.cpp` ...@@ -107,7 +107,7 @@ object file compiled from `buildroot/src/wrapper/Plumed.cpp`
To summarize: To summarize:
- `bin/plumed` = `buildroot/src/main/main.cpp` + `lib/libplumed.so` - `bin/plumed` = `buildroot/src/main/main.cpp` + `lib/libplumed.so`
- `lib/libplumed.so` = `buildroot/src/wrapper/PlumedStatic.cpp` + `lib/libplumedKernel.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` 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`) or to link it to a single object file (the one compiled from `buildroot/src/wrapper/Plumed.c` or the installed `libplumedWrapper.a`)
......
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