diff options
author | Giancarlo Dessì <slack@giand.it> | 2022-04-21 23:51:27 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:09 +0700 |
commit | 15c596ee45a45ed4bfae5526089c3a7b4a62ac76 (patch) | |
tree | ba7c8a915216e71de3dd3ad67080241d9987bb88 /academic/molequeue/README | |
parent | b27ce2633a866571d9cf434d62f29cec287abcc1 (diff) |
academic/molequeue: Updated for version 0.9.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/molequeue/README')
-rw-r--r-- | academic/molequeue/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/academic/molequeue/README b/academic/molequeue/README index 4df40445b3e36..62e5ed704e748 100644 --- a/academic/molequeue/README +++ b/academic/molequeue/README @@ -8,3 +8,13 @@ facilitate the execution of the program. Input files can be staged, and output files collected using a standard interface. It is a subproject of OpenChemistry needed by Avogadro 2. + +By default MoleQueue should be started as a resident service and +launched from a script or a shell command line. If you want to lauch +the Graphic Interface User using a desktop entry pass the variable +DESKTOP=yes to the slackbuild script: + +DESKTOP=yes ./molequeue.SlackBuild + +This may be useful if you want to launch the service only when you +are going to start Avogadro 2. |