= Jmol for Sage =

== Description ==

This provides files necessary for Jmol(java) and JSmol
(javascript) to operate from the command line and the
Notebook. It does not contain the Notebook javascript
library jmol_lib.js or changes to Notebook or Sage code.

== License ==

GPLv2+

== Upstream Contact ==

 * Jonathan Gutow
 * e-mail: gutow@uwosh.edu
 * Homepage: http://www.uwosh.edu/facstaff/gutow

== Dependencies ==

No build-time dependencies.

The commandline jmol requires java at runtime.

== Special Build Instructions ==

First, unpack the upstream release (actual version number will of
course differ):

$ unzip ~/Download/Jmol-14.2.4_2014.08.03-binary.zip
$ cd jmol-14.2.4_2014.08.03/

Extract and then delete the contained jsmol.zip

$ unzip jsmol.zip
$ rm jsmol.zip

Delete unnecessary subdirectories, see http://wiki.jmol.org/index.php/Jmol_JavaScript_Object#In_detail

$ cd jsmol
$ rm -rf data flot images inchi jcse jsme

Tar up the remaining files

$ cd ../..
$ tar cjf jmol-14.2.4_2014.08.03.tar.bz2 jmol-14.2.4_2014.08.03/
