ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/xyz2pov/README
Revision: 514
Committed: Tue Apr 29 18:32:33 2003 UTC (21 years, 2 months ago) by mmeineke
File size: 814 byte(s)
Log Message:
Added a quick readme, and Identified myself as the author

File Contents

# Content
1 ****************************
2 * To Install : *
3 ****************************
4
5 Run:
6 ./configure
7
8 This script will determine your site specific installation
9 preferences. If you wnat to fiddle with the compiler flags, you can
10 edit them in the Make.conf file. Otherwise simply give them to
11 configure when you run the script.
12
13 Next simply run:
14
15 make
16
17 This will compile all of the source files. To install them into the
18 xyz2pov's home directory run:
19
20 make install
21
22 Finally:
23
24 make links
25
26 will create links to the executables in $(prefix)/bin
27
28
29 ******************************
30 * Usage *
31 ******************************
32
33 At its simplest, run:
34
35 xyz2pov -a <xyzFile>
36
37 The -a flag will output the atoms into the povray scripts. For a full
38 description of all of the flags, run:
39
40 xyz2pov -h