README 892 B

1234567891011121314151617181920212223
  1. Avogadro Application is the graphic user interface of Avogadro 2.
  2. Avogadro is an advanced molecular editor designed for cross-platform
  3. use in computational chemistry, molecular modeling, bioinformatics,
  4. materials science, and related areas. It offers flexible rendering and
  5. a powerful plugin architecture.
  6. Managed by OpenChemistry, Avogadro 2 it is based on QT5 libraries and
  7. it is a rewrite of the old Avogadro 1.x.
  8. By default avogadroapp is built with static libraries. If you
  9. want to enable the building with shared libraries, pass the variable
  10. SHARED=yes to the script:
  11. SHARED=yes ./avogadroapp.SlackBuild
  12. Note that if you build avogadroapp with shared libraries, hdf5 is
  13. not required as needed dependency.
  14. Warning: the computational settings made through the Input Generator
  15. require the MoleQueue server running to submit jobs to local
  16. applications or remote HPC clusters.