File: README

package info (click to toggle)
raster3d 3.0-3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,916 kB
  • ctags: 1,557
  • sloc: fortran: 9,536; ansic: 1,060; makefile: 318; sh: 250; csh: 15
file content (48 lines) | stat: -rw-r--r-- 1,762 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Most recent change:	  26-Mar-2011

The file Raster3D_3.0-2.tar.gz contains the full source distribution for
version 3.0 of Raster3D.

  See CHANGELOG for a history of changes to the package.

- In a nutshell, the installation procedure is:

  	1)  Review the contents of Makefile.template
	2)  make help            (prints a list of OS names)
	3)  make OS              (where OS is your operating system name)
	4)  make all		 (builds the programs)
	5)  make install         (copies files to system directories)
	6)  modify user login environment to include R3D_LIB 
		e.g. setenv R3D_LIB /usr/local/share/Raster3D/materials

	7)  (optional)
	    modify ImageMagick delegates file so that ImageMagick recognizes
	    *.r3d files by default.  On my systems this file is in
	    	/usr/lib/ImageMagick-6.3.2/config/delegates.xml
	    Add the following line
	    	<delegate decode="r3d" command='"render" < "%i" > "%o"' />

- Changes in Version 3.0
	+ new code in rastep to support Skittles validation (introduced in 2.9)
	+ dynamic array allocation
	+ png/jpeg output using libgd
	+ labels handled by libgd

If you run into installation problems, please let me know,
particularly if you can also tell me what you did to fix it!

For optimal use of Raster3D you should also obtain 
- John Cristy's ImageMagick package for image manipulation and viewing 
	(source distribution available from www.ImageMagick.org)
- Version 2.0 or greater of Per Kraulis's program Molscript

To build support for direct output of TIFF files
- Some version of a TIFF library

License
-------
Raster3D Version 3 is distributed under the terms of the Artistic License,
Version 2.0.  A copy of the license is included with the source code.

				Ethan A Merritt
				merritt@u.washington.edu