Copyright

The MolScript v2.0.2 program, its source code and its documentation files are all
Copyright © 1997-1998 Per Kraulis
unless otherwise noted. There is no copyright on the example files.

MolScript is owned by Per Kraulis, and is marketed on his behalf by Avatar Software AB, which is also owned by him. Per Kraulis is currently employed by Pharmacia & Upjohn Inc (P&U), but Per Kraulis' ownership of, and right to market MolScript has been established in a special agreement between Per Kraulis and P&U.


License

The MolScript program may not be distributed freely. A license is required. There is no fee for academic institutions that use MolScript exclusively for academic work.

Academic license for MolScript v2.0.2

Companies and for-profit institutions must buy the program for a fee. A license is required. See the Official MolScript Web Site for the current price.

Commercial license for MolScript v2.0.2


Distribution

The MolScript program is distributed as source code (ANSI C) together with makefiles, documentation and example input files. You will have to compile the program yourself. Although GNU's bison (GNU's equivalent of yacc) was used to develop the program, it is not required to compile the program, since the C source code files produced by bison from the molscript.y file are included in the distribution.

See the MolScript Official Web Site for current information on how to obtain the program.

MolScript will compile with just the code that is included in the distribution. This gives the basic implementation which can output PostScript, Raster3D and VRML 2.0 files.

If your computer systems supports OpenGL rendering, then an interactive window output implementation can be compiled. This also requires the GLUT library by Mark Kilgard. Also, the OpenGL implementation allows several different image file output formats to be produced. Encapsulated PostScript Files (EPS) and SGI (aka RGB) image files are supported without any additional software. The JPEG and PNG image formats require the corresponding libraries.

None of these additional libraries are included in the MolScript distribution. You must fetch them and install them yourself.


Top page