diff options
Diffstat (limited to 'academic/libghemical/README')
-rw-r--r-- | academic/libghemical/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/academic/libghemical/README b/academic/libghemical/README index 4e0351e048..c052518789 100644 --- a/academic/libghemical/README +++ b/academic/libghemical/README @@ -1,7 +1,6 @@ Libghemical is a software library which contains all of the computational chemistry functionality of the ghemical application. -libghemical is the part of ghemical project. It requres mopac7 -library and mpqc quantum chemistry program. If you don't need such -functionality delete --enable-mopac7 and --enable-mpqc ./configure -switches.
\ No newline at end of file +libghemical is the part of ghemical project. It optionally requres +mopac7 library and mpqc quantum chemistry program. If you need such +functionality compile it with WITH_MOPAC7=yes and WITH_MPQC=yes
\ No newline at end of file |