| 3 |
|
|
| 4 |
|
This file describes how to build and install Radiance using the SCons |
| 5 |
|
based build system (an alternative to the traditional makeall script |
| 6 |
< |
expleined in the README file). |
| 6 |
> |
explained in the README file). |
| 7 |
|
|
| 8 |
|
|
| 9 |
|
Requirements |
| 20 |
|
Python: http://www.python.org/ |
| 21 |
|
SCons: http://www.scons.org/ |
| 22 |
|
|
| 23 |
< |
For many systems, precompiled packages are availabls, such as Installer |
| 23 |
> |
For many systems, precompiled packages are available, such as Installer |
| 24 |
|
files for Windows. Most Linux distributions already come with Python |
| 25 |
|
installed and ready to use. |
| 26 |
|
|
| 125 |
|
------------ |
| 126 |
|
|
| 127 |
|
The software will be installed into the directories given either in the |
| 128 |
< |
configuration file through command options, by invoking |
| 128 |
> |
configuration file or through command options, by invoking |
| 129 |
|
|
| 130 |
|
$> scons install |
| 131 |
|
|
| 147 |
|
To save disk space on your system, or in preparation of a fresh build |
| 148 |
|
with different settings, you can clean up the source tree by invoking |
| 149 |
|
|
| 150 |
< |
%> scons -c |
| 150 |
> |
$> scons -c |
| 151 |
|
|
| 152 |
|
This will delete all the generated object files, libraries, and |
| 153 |
|
executables in and below the "ray/src/" subdirectory. |