Java, already installed.
Here is the procedure to install Jmol:
/home/bioubuntu
to put all this and move this folder into /opt/bio/sources
.root
and its permissions set to 755
.% sudo chown -R root:root /opt/bio/sources/jmol-11.7.46 % sudo chmod 755 /opt/bio/sources/jmol-11.7.46
/opt/bio/sources/jmol-11.7.46
, the jmol
script needs to be edited to add a JMOL_HOME
bash environment variable. At the very top, just under the #!/bin/sh
line, add this line:export JMOL_HOME=/opt/bio/sources/jmol-11.7.46
jmol
is available to all, do this:% sudo ln -s /opt/bio/sources/jmol-11.7.46/jmol /usr/local/bin/jmol
% sudo xfce4-menueditor /etc/xdg/xfce4/desktop/menu.xml