summaryrefslogtreecommitdiffstats
path: root/academic/avogadroapp/README
diff options
context:
space:
mode:
Diffstat (limited to 'academic/avogadroapp/README')
-rw-r--r--academic/avogadroapp/README15
1 files changed, 12 insertions, 3 deletions
diff --git a/academic/avogadroapp/README b/academic/avogadroapp/README
index 4409746260..690df5da4f 100644
--- a/academic/avogadroapp/README
+++ b/academic/avogadroapp/README
@@ -8,6 +8,15 @@ a powerful plugin architecture.
Managed by OpenChemistry, Avogadro 2 it is based on QT5 libraries and
it is a rewrite of the old Avogadro 1.x.
-Warning: the computational settings made through the Input Generator
-require the MoleQueue server running to submit jobs to local
-applications or remote HPC clusters.
+By default avogadroapp is built with static libraries. If you
+want to enable the building with shared libraries, pass the variable
+SHARED=yes to the script:
+
+ SHARED=yes ./avogadroapp.SlackBuild
+
+Note that if you build avogadroapp with shared libraries, hdf5 is
+not required as needed dependency.
+
+Warning: the computational settings made through the Input Generator
+require the MoleQueue server running to submit jobs to local
+applications or remote HPC clusters.