ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/README
(Generate patch)

Comparing ray/README (file contents):
Revision 1.1 by greg, Sat Mar 15 17:58:16 2003 UTC vs.
Revision 1.2 by greg, Fri Mar 21 18:48:44 2003 UTC

# Line 26 | Line 26 | We have attempted to make it easy for you (and for us)
26   the software on differently configured systems using a global make
27   script.  To install the software, just type:
28  
29 <        makeall install
29 >        ./makeall install
30  
31   You can clean up the .o files and so forth with:
32  
33 <        makeall clean
33 >        ./makeall clean
34  
35   Or, if you are confident you can do both at the same time with:
36  
37 <        makeall install clean
37 >        ./makeall install clean
38  
39   You can give other make options at the end of the command as well.  For
40   example, the -n option will tell you what makeall is going to do without
# Line 43 | Line 43 | actually doing it.
43   If you downloaded the binaries, so compilation is not necessary,
44   run the following command to install the library files only:
45  
46 <        makeall library
46 >        ./makeall library
47  
48   The makeall may script ask you questions about your system and where you
49   want to install the executables and library files.  The pathnames you

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines